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