test/tools/javac/6302184/T6302184.out

Wed, 23 Jan 2013 13:27:24 -0800

author
jjg
date
Wed, 23 Jan 2013 13:27:24 -0800
changeset 1521
71f35e4b93a5
parent 695
3c9b64e55c5d
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8006775: JSR 308: Compiler changes in JDK8
Reviewed-by: jjg
Contributed-by: mernst@cs.washington.edu, wmdietl@cs.washington.edu, mpapi@csail.mit.edu, mahmood@notnoop.com

     2 /**
     3  * This is a test that uses ISO 8859 encoding.
     4  */
     5 class T6302184 {
     7     T6302184() {
     8         super();
     9     }
    10     int ÀÁÂÃÄÅ = 1;
    11 }

mercurial