mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
change initial expectations for light extract object
This commit is contained in:
+1
-3
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user