JavaPatternMatching/test/plugindevelopment/MartinTestCases/Plus1.jav

3 lines
85 B
Plaintext
Raw Normal View History

2014-06-10 18:23:01 +00:00
class Plus1 {
Fun1<java.lang.Integer, ? super java.lang.Integer> op = (x) -> x+1;
}