blob: 1be73556622486cb8d5d4fb536df7cfc9041d18a [file] [log] [blame]
class Test {
public static void main(String[] args) {
<selection>System.out.println("hello");
System.out.println("hello");</selection>
System.out.println("hello");
}
}