2730836d77
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
12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
|
|
/**
|
|
* This is a test that uses ISO 8859 encoding.
|
|
*/
|
|
class T6302184 {
|
|
|
|
T6302184() {
|
|
super();
|
|
}
|
|
int ÀÁÂÃÄÅ = 1;
|
|
}
|