Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/flipIntersection/before1.java

8 lines
134 B
Java

// "Move 'Number' to the beginning" "true"
class C {
{
Object x = null;
Object y2 = (CharSequence & Num<caret>ber) x;
}
}