langtools/test/tools/javac/api/6731573/Erroneous.java
author peterz
Fri, 28 May 2010 13:32:40 +0400
changeset 5594 3db39773da2e
parent 5213 6efe8a6d26eb
child 37633 d16d6d59446d
permissions -rw-r--r--
6954231: SynthTextPaneUI.installUI() doesn't set component to opaque even if prop was not set by client progr Reviewed-by: alexp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1472
1e09e143438c 6731573: diagnostic output should optionally include source line
mcimadamore
parents:
diff changeset
     1
class A {
1e09e143438c 6731573: diagnostic output should optionally include source line
mcimadamore
parents:
diff changeset
     2
    boolean b;
1e09e143438c 6731573: diagnostic output should optionally include source line
mcimadamore
parents:
diff changeset
     3
    boolean b;
5213
6efe8a6d26eb 6933914: fix missing newlines
jjg
parents: 1472
diff changeset
     4
}