mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
middle matching in NormalCompletionTest
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
{
|
||||
++nu<caret>
|
||||
++nul<caret>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -2,7 +2,7 @@ public class Foooo {
|
||||
|
||||
{
|
||||
int intaaaa;
|
||||
for (in<caret>)
|
||||
for (int<caret>)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -2,6 +2,6 @@ import java.util.Set;
|
||||
|
||||
class Foo {
|
||||
{
|
||||
Set<String> s = em<caret>
|
||||
Set<String> s = empt<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user