langtools/test/tools/javac/6302184/T6302184.out
author duke
Wed, 05 Jul 2017 20:10:53 +0200
changeset 27979 cc2cf80c2f39
parent 6716 71df48777dd1
permissions -rw-r--r--
Merge
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
}