Files
2019-08-23 11:03:21 +03:00

7 lines
111 B
Java

class A {
void test() {
<selection>int foo; //foo
int bar; //bar
int baz; //baz</selection>
}
}