mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 18:33:41 +00:00
6 lines
92 B
Java
6 lines
92 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
public class A {
|
|
private protected int m() { return -1; }
|
|
}
|