mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed
This commit is contained in:
@@ -7,6 +7,6 @@ class Example {
|
||||
}
|
||||
|
||||
{
|
||||
Function<String, String> r = (s) -> m(s, s);
|
||||
Function<String, String> r = (s) -> <caret>m(s, s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user