JavaTXCompilerInJavaTX/test/bytecode/Id.jav

5 lines
65 B
Java

class Id{
Fun1<Integer, Integer> method() { return (x)-> x; }
}