mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
NonStaticFieldExpr2.java:14: non-static variable x cannot be referenced from a static context
|
|
int z = NonStaticFieldExpr2.x; // SHOULD BE ERROR
|
|
^
|
|
1 error
|