a test for IDEA-93198: Middle matching shouldn't be so noisy

This commit is contained in:
peter
2012-10-19 14:54:59 +02:00
parent e604eebfb3
commit dc16adddbb
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,8 @@
public class Foo {
int myCurrentStep = null;
Object myStep = null;
void foo() {
int a = myst<caret>
}
}