test/tools/javac/api/6731573/Erroneous.java

Mon, 13 Dec 2010 14:56:50 +0000

author
mcimadamore
date
Mon, 13 Dec 2010 14:56:50 +0000
changeset 792
2199365892b1
parent 525
9871ce4fd56f
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7006109: Add test library to simplify the task of writing automated type-system tests
Summary: Types.java needs to be more stress-tested
Reviewed-by: jjg

mcimadamore@137 1 class A {
mcimadamore@137 2 boolean b;
mcimadamore@137 3 boolean b;
jjg@525 4 }

mercurial