forked from JavaTX/JavaCompilerCore
ec2b501e63
modified: test/typeinference/UnifyTest.java Lambda-Ausdruck als Attribute/field eingefuegt
7 lines
46 B
Java
7 lines
46 B
Java
public class LambdaField {
|
|
|
|
f = x -> x;
|
|
|
|
}
|
|
|