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