test/tools/javac/lambda/8016081/T8016081.java

changeset 2148
c4292590fc70
parent 1920
b02f28bf7f1c
child 2525
2eb010b6cb22
equal deleted inserted replaced
2147:130b8c0e570e 2148:c4292590fc70
30 30
31 class T8016081 { 31 class T8016081 {
32 interface fint { int get(); } 32 interface fint { int get(); }
33 33
34 @interface atype { 34 @interface atype {
35 fint fld = ()->( fld == null ?0 : 1); 35 fint fld = ()->1;
36 } 36 }
37 37
38 @atype class T {} 38 @atype class T {}
39 } 39 }

mercurial