blob: 66794c7e4a50f788e6b0de7ddc3bc7481b8e42e4 [file] [log] [blame]
/* @test /nodynamiccopyright/
@bug 4037020 4785453
@summary Verify that ClassModifier "synchronized" is not allowed.
@author dps
@run shell SynchronizedClass.sh
*/
public synchronized class SynchronizedClass { } // ERROR