langtools/test/tools/javac/6302184/T6302184.out
author jjg
Mon, 24 Jan 2011 16:38:56 -0800
changeset 8223 638daa596494
parent 6716 71df48777dd1
permissions -rw-r--r--
6988106: javac report 'java.lang.IllegalMonitorStateException' Reviewed-by: ksrini


/**
 * This is a test that uses ISO 8859 encoding.
 */
class T6302184 {
    
    T6302184() {
        super();
    }
    int ÀÁÂÃÄÅ = 1;
}