IDEA-95528 Remove completion common prefix insertion in tests

This commit is contained in:
peter
2012-11-30 18:07:02 +01:00
parent 4151fb88d8
commit 8abbe6de3a
17 changed files with 15 additions and 126 deletions
@@ -1,6 +1,6 @@
class Foo {
{
Zzoo.Impl l = new Zzoo<caret>
Zzoo.Impl l = new Zzoo.Impl()<caret>
}
}