JavaPatternMatching/bin/mycompiler/test/lambda/TestLambda.jav

3 lines
52 B
Java
Executable File

class TestLambda{
op = (test) -> test = "string";
}