basic completion tests -> community

This commit is contained in:
peter
2009-10-15 13:07:59 +01:00
parent 5ba0ca7ba0
commit 2635f32a99
185 changed files with 2274 additions and 0 deletions
@@ -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("");
}
}
}
}