mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-05 07:58:40 +00:00
6 lines
111 B
Java
6 lines
111 B
Java
public class Bar {
|
|
private static void staticMethod() { }
|
|
public void method() { }
|
|
protected Bar() { }
|
|
}
|