DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / InlineConstant / canInline / test9 / out / D.java
12345678
// 8, 18 -> 8, 26 replaceAll == true, removeDeclaration == true package p2; class D { void f() { int j= 12345; } }