JavaTXCompilerInJavaTX/test/bytecode/Id.jav

5 lines
65 B
Plaintext
Raw Normal View History

2015-09-23 08:48:55 +00:00
class Id{
Fun1<Integer, Integer> method() { return (x)-> x; }
}