forked from JavaTX/JavaCompilerCore
Fehler in Test Lambda beheben
This commit is contained in:
parent
c72204428f
commit
654f347450
@ -1,9 +1,10 @@
|
||||
|
||||
class Apply { }
|
||||
|
||||
public class Lambda {
|
||||
|
||||
m () {
|
||||
var lam1 = (Integer x) -> {
|
||||
var lam1 = (x) -> {
|
||||
return x;
|
||||
};
|
||||
return lam1.apply(new Apply());
|
||||
|
Loading…
Reference in New Issue
Block a user