dot & keyword completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / dot / Dot9.java
blob1cdf11d73a51d9aa768621782190921824bf14a7
1 /**
2 * Created by IntelliJ IDEA.
3 * User: ik
4 * Date: 23.01.2003
5 * Time: 17:06:57
6 * To change this template use Options | File Templates.
7 */
8 public class Dot9 {
9 public static class A{
10 public A(){}
11 public void foo(){}
14 public static void main(String[] args) {
15 new A().<caret>