jdk-24/langtools/test/tools/javac/SynchronizedClass.java

10 lines
236 B
Java
Raw Normal View History

2007-12-01 00:00:00 +00:00
/* @test /nodynamiccopyright/
@bug 4037020 4785453
@summary Verify that ClassModifier "synchronized" is not allowed.
@author dps
@run shell SynchronizedClass.sh
*/
public synchronized class SynchronizedClass { } // ERROR