LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed

This commit is contained in:
Tagir Valeev
2016-10-07 16:33:18 +07:00
parent 4f11cff6d0
commit aa605118de
13 changed files with 64 additions and 13 deletions

View File

@@ -7,6 +7,6 @@ class Example {
}
{
Function<String, String> r = (s) -> m(s, s);
Function<String, String> r = (s) -> <caret>m(s, s);
}
}