blob: cb35d20c32b3a6132606c342a42a2ddb7dce1ea1 [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 TestSource3 {
int aaa = 0;
public static void foo(){
int abc = 0, bac = abc<caret>
}
}