langtools/test/tools/javac/6302184/T6302184.out
author sogoel
Thu, 05 Jun 2014 10:57:10 -0700
changeset 24797 850ebd4d80a7
parent 6716 71df48777dd1
permissions -rw-r--r--
8044072: Group 2: create .out files for OverrideChecks tests in tools/javac dir Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
6716
71df48777dd1 6877202: Elements.getDocComment() is not getting JavaDocComments
jjg
parents: 10
diff changeset
     2
/**
71df48777dd1 6877202: Elements.getDocComment() is not getting JavaDocComments
jjg
parents: 10
diff changeset
     3
 * This is a test that uses ISO 8859 encoding.
71df48777dd1 6877202: Elements.getDocComment() is not getting JavaDocComments
jjg
parents: 10
diff changeset
     4
 */
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
class T6302184 {
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
    
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
    T6302184() {
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
        super();
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
    int ÀÁÂÃÄÅ = 1;
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
}