selection tests

This commit is contained in:
Konstantin Bulenkov
2012-01-30 16:14:24 +01:00
parent 82f1c26a00
commit ae1b0f1a58
15 changed files with 152 additions and 9 deletions
@@ -0,0 +1,7 @@
class Method {
int num1;
int num2;
Method() {}
void foo() {<caret>}
}