forked from JavaTX/JavaCompilerCore
7 lines
46 B
Plaintext
7 lines
46 B
Plaintext
|
public class LambdaField {
|
||
|
|
||
|
f = x -> x;
|
||
|
|
||
|
}
|
||
|
|