langtools/test/tools/javac/policy/test1/C.java
author katleman
Thu, 21 Aug 2014 14:16:14 -0700
changeset 25878 6d561031123e
parent 1355 74cc97efef51
permissions -rw-r--r--
Added tag jdk9-b27 for changeset 98ce0879ab4c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/* /nodynamiccopyright/ */
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
class C
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
{
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
    C() {
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
}
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
class C1
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
{
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
    C1() {
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
        return; return;
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
}
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
class C2
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
{
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
    C2() {
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
}