middle matching in NormalCompletionTest

This commit is contained in:
peter
2012-07-30 19:03:27 +02:00
parent 97c3e67220
commit 2f8cc6cde8
5 changed files with 33 additions and 33 deletions
@@ -2,6 +2,6 @@ import java.util.Set;
class Foo {
{
Set<String> s = em<caret>
Set<String> s = empt<caret>
}
}