change initial expectations for light extract object

This commit is contained in:
Anna Kozlova
2014-09-05 13:17:10 +04:00
parent 8dbc10140a
commit 4225b2e93f
5 changed files with 108 additions and 57 deletions
@@ -1,7 +1,5 @@
class Sample {
void foo() {
<selection>int i = 0;
int j = 0;</selection>
System.out.println(i + j);
System.out.println("hello <caret>world");
}
}