test/tools/javac/policy/test1/B.java

Mon, 23 Sep 2013 17:27:38 +0400

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 119
1e83972f53fb
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini

     1 /* /nodynamiccopyright/ */
     2 class B
     3 {
     4     B() {
     5     }
     6 }
     9 class B1
    10 {
    11     B1() {
    12         x = 1;
    13     }
    14 }
    16 class B2
    17 {
    18     B2() {
    19     }
    20 }

mercurial