forked from JavaTX/JavaCompilerCore
18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
class Lambda {
|
|
|
|
Lambda(){
|
|
super(());
|
|
}
|
|
TPH KIZQ m(){
|
|
TPH KIZR lam1;
|
|
lam1 = (TPH KIZS x) -> {
|
|
return x;
|
|
};
|
|
return lam1;
|
|
}
|
|
|
|
Lambda(){
|
|
super(());
|
|
}
|
|
|
|
} |