JavaCompilerCore/notizen/stan/lambdaBytecode/Identity.java
2015-09-22 18:43:36 +02:00

6 lines
46 B
Java

class Identity<A>{
Fun1<A,A> op = (x)->x;
}