mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
5 lines
92 B
Java
5 lines
92 B
Java
/* /nodynamiccopyright/ */
|
|
|
|
public class A {
|
|
private protected int m() { return -1; }
|
|
}
|