DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.15-1 / org.eclipse.jdt.ui.tests.refactoring / resources / InlineConstant / canInline / test11 / in / A.java
12345678910
// 8, 25 -> 8, 25 replaceAll == false package p1; import p2.B; public class A { void f() { int j= 4 * B.ZEMENT + 1; } }