blob: fa66a971cea80b1033f9f91b7acbf67499fe5b1b [file] [log] [blame]
// 4, 28 -> 4, 37
class EndsOnSameLine {
void m() {
System.out.println(CONSTANT);
}
static final String FOO= "foo"; private static final String CONSTANT= FOO + FOO;} // $NON-NLS-1$