blob: 16282aca28aff48dd4375aa9ac3b9f9bbc98e062 [file] [log] [blame]
public class TestRefactor
{
public String uiTest1 = new String("Test1"),
uiTest2<caret> = new String("Test2"),
uiTest3 = new String("Test1");
{ System.out.println(uiTest2);}
}