mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
basic completion tests -> community
This commit is contained in:
+73
@@ -0,0 +1,73 @@
|
||||
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("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user