dot & keyword completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / dot / Dot5.java
blob800b55c9144ca3f8167dba8c4c068f82d981bb87
1 import java.<caret>
3 class Dot5{
4 class A{
5 static int a = 0;
6 int foo(){
9 static {
10 int a = new A().