blob: 60d31d8650e7424ffc4b5a55cd8ff37967e4ba87 [file] [log] [blame]
class Test {
void method() {
System.out.println("1");
<selection>{
System.out.println("2");
System.out.println("3");
}</selection>
System.out.println("4");
}
}