forked from JavaTX/JavaCompilerCore
3 lines
52 B
Java
Executable File
3 lines
52 B
Java
Executable File
class TestLambda{
|
|
op = (test) -> test = "string";
|
|
} |