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

3 lines
52 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class TestLambda{
op = (test) -> test = "string";
}