New J2K: add some tests from obsolete issues
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// RUNTIME_WITH_FULL_JDK
|
||||
|
||||
import java.util.function.Predicate;
|
||||
|
||||
public class TestSamInitializedWithLambda {
|
||||
public final Predicate<String> isEmpty =
|
||||
x -> x.length() == 0;
|
||||
}
|
||||
Reference in New Issue
Block a user