forked from JavaTX/JavaCompilerCore
6fc412d949
This reverts commit711c0d2f79
, reversing changes made to2b47b8e5bf
.
3 lines
85 B
Java
3 lines
85 B
Java
class Plus1 {
|
|
Fun1<java.lang.Integer, ? super java.lang.Integer> op = (x) -> x+1;
|
|
} |