langtools/test/tools/javac/6302184/T6302184.out
author jjg
Mon, 27 Sep 2010 14:20:39 -0700
changeset 6716 71df48777dd1
parent 10 06bc494ca11e
permissions -rw-r--r--
6877202: Elements.getDocComment() is not getting JavaDocComments 6861094: javac -Xprint <file> does not print comments 6985205: access to tree positions and doc comments may be lost across annotation processing rounds Reviewed-by: darcy


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