blob: 487d1dd9e92952a1345a42f3897c1b25707e72ef [file] [log] [blame]
// 9, 28 -> 9, 37 replaceAll == false
package p2;
import p1.A;
class B {
public static void main(String[] args) {
System.out.println(A.ELYSIUM);
}
}