blob: 31fc0d514b1208e920416d2a462c8e2a45341eec [file] [log] [blame]
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 TestSource9 {
static {
int bbb = 0;
int aaa = bbb<caret>
}
}