mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-20 11:50:49 +07:00
Fix test data
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
||||
class FooFooFooFooFoo {
|
||||
{
|
||||
int a = 0;
|
||||
ABCD<caret>
|
||||
foo(new String[]{"a"}, 1);
|
||||
}
|
||||
{
|
||||
int a = 0;
|
||||
ABCD<caret>
|
||||
foo(new String[]{"a"}, 1);
|
||||
}
|
||||
}
|
||||
+5
-5
@@ -1,9 +1,9 @@
|
||||
import foo.bar.ABCDEF;
|
||||
|
||||
class FooFooFooFooFoo {
|
||||
{
|
||||
int a = 0;
|
||||
ABCDEF<caret>
|
||||
foo(new String[]{"a"}, 1);
|
||||
}
|
||||
{
|
||||
int a = 0;
|
||||
ABCDEF<caret>
|
||||
foo(new String[]{"a"}, 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user