Files
openide/java/java-tests/testData/codeInsight/completion/normal/CastTooComplexInstanceofedQualifier.java
2009-10-15 13:07:59 +01:00

74 lines
2.1 KiB
Java

public class Aaaaaaa {
Object foo() {
return null;
}
Object foobar() {
return null;
}
void bar() {
try {
if (foo() instanceof String) {
//foo().s
}
try {
try {
try {
try {
if (foobar() instanceof String) {
}
foobar().substr<caret>
} finally {
try {
System.out.println("");
} catch (Exception e) {
System.out.println("");
}
}
} finally {
try {
try {
if (foo() instanceof String) {
System.out.println("");
}
} finally {
try {
System.out.println("");
} catch (Exception e) {
System.out.println("");
}
}
} catch (Exception e) {
System.out.println("");
}
}
} finally {
try {
System.out.println("");
} catch (Exception e) {
System.out.println("");
}
}
} finally {
try {
System.out.println("");
} catch (Exception e) {
System.out.println("");
}
}
} finally {
try {
System.out.println("");
} catch (Exception e) {
System.out.println("");
}
}
}
}