Files
openide/java/java-tests/testData/compiler/bytecodeReferences/testLambda/Foo.java
T

4 lines
71 B
Java

@FunctionalInterface
public interface F<caret>oo {
void doAction();
}