dot & keyword completion tests -> community

This commit is contained in:
peter
2009-10-15 19:04:13 +01:00
parent 96921f655e
commit 652ed5c055
81 changed files with 505 additions and 0 deletions
@@ -0,0 +1,20 @@
/**
* Created by IntelliJ IDEA.
* User: ik
* Date: 27.01.2003
* Time: 19:37:12
* To change this template use Options | File Templates.
*/
public class Dot12 extends A {
void foo1(){}
{
super.<caret>
}
}
class A{
void foo(){}
}