blob: c27c6ebddc6e5edf7af32d5cf875a247b5264c36 [file] [log] [blame]
// 8,33 -> 8,40 replaceAll == true
package p1;
import static p1.A.version;
public class B {
private static final String version = version();
private void test() {
String copy = version;
}
}