langtools/test/tools/javac/literals/T6891079.java
changeset 34997 8174a7d851fb
parent 4072 70eaf9773f81
equal deleted inserted replaced
34996:ed25a4c782c2 34997:8174a7d851fb
     1 /* @test /nodynamiccopyright/
     1 /* @test /nodynamiccopyright/
     2  * @bug 6891079
     2  * @bug 6891079 8056897
     3  * @summary Compiler allows invalid binary literals 0b and oBL
     3  * @summary Compiler allows invalid binary literals 0b and oBL
     4  * @compile/fail/ref=T6891079.out -XDrawDiagnostics T6891079.java
     4  * @compile/fail/ref=T6891079.out -XDrawDiagnostics T6891079.java
     5  */
     5  */
     6 
     6 
     7 class Test {
     7 class Test {