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 Field {
int num1;
int <caret>num2;
Field() {}
void foo() {}
}