mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00

Introducing an internal API for Scope; rewriting ImportScopes to extend CompoundScopes. Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com> Reviewed-by: mcimadamore, jjg, jfranck
5 lines
71 B
Java
5 lines
71 B
Java
package p1;
|
|
|
|
public class Object {
|
|
public static void test() { }
|
|
}
|