JavaCompilerCore/src/test/resources/bytecode/javFiles/Id.jav

12 lines
104 B
Plaintext
Raw Normal View History

public class Id {
2019-06-13 12:01:32 +00:00
// id(b){
// return b;
// }
id2 = x -> x;
id3 (x) {
return id2.apply(x)
}
2019-03-28 15:55:48 +00:00