dot & keyword completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / dot / Dot11.java
blob872259215ae6c2f92d1ddfc42084c34c7a8b3720
1 /**
2 * Created by IntelliJ IDEA.
3 * User: ik
4 * Date: 27.01.2003
5 * Time: 19:35:37
6 * To change this template use Options | File Templates.
7 */
8 public class Dot11 extends A {
9 void foo1(){}
12 this.<caret>
16 class A{
17 void foo(){}