JavaCompilerCore/test/plugindevelopment/MartinTestCases/Id.jav
2014-06-10 20:23:01 +02:00

3 lines
62 B
Java

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