3 lines
52 B
Plaintext
3 lines
52 B
Plaintext
|
class TestLambda{
|
||
|
op = (test) -> test = "string";
|
||
|
}
|