Files
openide/java/java-tests/testData/fileStructure/selection/Method.java
Konstantin Bulenkov ae1b0f1a58 selection tests
2012-01-30 16:14:24 +01:00

7 lines
78 B
Java

class Method {
int num1;
int num2;
Method() {}
void foo() {<caret>}
}