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