Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/deleteRepeatedInterface/afterLast.java

7 lines
105 B
Java

// "Delete repeated 'I'" "true"
interface I {}
class Test {
{
Object o = (I & Runnable) null;
}
}