DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / InlineConstant / canInline / test44 / out / B.java
1234567891011
// 8,33 -> 8,40 replaceAll == true package p1; import static p1.A.version; public class B { private void test() { String copy = version(); } }