mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
4 lines
152 B
Text
4 lines
152 B
Text
SynchronizedClass.java:9: modifier synchronized not allowed here
|
|
public synchronized class SynchronizedClass { } // ERROR
|
|
^
|
|
1 error
|