langtools/test/tools/javac/api/6406133/Erroneous.java
author mcimadamore
Thu, 09 Oct 2008 16:07:38 +0100
changeset 1471 57506cdfb7b4
child 6929 81a6a7c1bef1
permissions -rw-r--r--
6406133: JCDiagnostic.getMessage ignores locale argument Summary: Compiler API should take into account locale settings Reviewed-by: jjg

@Deprecated
class A {
    class A {}
}