mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
a test for IDEA-93198: Middle matching shouldn't be so noisy
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
public class Foo {
|
||||
int myCurrentStep = null;
|
||||
Object myStep = null;
|
||||
void foo() {
|
||||
int a = myst<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user