blob: b045f4ca2e3cfacb20e15a77611f7e308ac35eac [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 TestSource7 {
public void foo(){
int aaa = b<caret>
int bbb = 0;
}
}