blob: eb3be809e31c86e2109b150f71d2a9a96ad5a627 [file] [log] [blame]
class A {
public static void main(String[] args) {
<selection>new A()</selection>;
}
}