Files
openide/java/java-tests/testData/codeInsight/completion/variables/locals/TestResult6.java
T
2009-10-15 19:04:17 +01:00

14 lines
272 B
Java

package codeInsight.completion.variables.locals;
/**
* Created by IntelliJ IDEA.
* User: igork
* Date: Nov 25, 2002
* Time: 3:10:08 PM
* To change this template use Options | File Templates.
*/
public class TestSource6 {
int aaa = bbb<caret>
int bbb = 0;
}