Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/lambda2methodReference/beforeNonPureQualifier.java

8 lines
181 B
Java

// "Replace lambda with method reference" "false"
class Example {
static Runnable runner;
public static void main(String[] args) {
lambda = () -> runn<caret>er.run();
}
}