Skip to main content
summaryrefslogtreecommitdiffstats
blob: d667ede574a99b997cf3b7d815394f24016b7c27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//8, 16 -> 8, 19  replaceAll == true, removeDeclaration == false
package p;

import static q.Consts.I;

class A {
	int getIII() {
		return I + I + I;
	}
}

Back to the top