langtools/test/tools/javac/generics/8004094/B.java
changeset 34752 9c262a013456
parent 14800 4bed1223fdf2
equal deleted inserted replaced
34751:32ee3b176042 34752:9c262a013456
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
       
    23 
    23 abstract class A {
    24 abstract class A {
    24 
    25 
    25     private static String s = null;
    26     private static String s = null;
    26 
    27 
    27     static void test() {
    28     static void test() {