JavaPatternMatching/test/plugindevelopment/MartinTestCases/Id.jav
JanUlrich 6fc412d949 Revert "Merge branch 'bytecode'"
This reverts commit 711c0d2f79, reversing
changes made to 2b47b8e5bf.
2015-05-12 19:54:34 +02:00

3 lines
62 B
Java

class Id {
<FR, EL extends FR> Fun1<FR, EL> op = (x) -> x;
}