Searched refs:VoidVoid (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/test/tools/javac/lambda/lambdaExpression/
H A DLambdaTest2.java66 VoidVoid vv = ()-> { while(true)
98 void method3(VoidVoid a) {
107 interface VoidVoid { interface in class:LambdaTest2
/openjdk10/langtools/test/tools/javac/lambda/funcInterfaces/
H A DLambdaTest1.java48 test.method3(()-> { System.out.println("implementing VoidVoid.vvMethod()"); });
87 void method3(VoidVoid a) {
108 interface VoidVoid { interface in class:LambdaTest1

Completed in 98 milliseconds