JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/jav/Lambda_usecases/Id.jav
2014-08-05 14:24:58 +02:00

3 lines
62 B
Java
Executable File

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