mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
Fix IDEA-178248 WrapWithAdapterMethodCallFix exception on unresolved code
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Wrap parameter using 'new File()'" "false"
|
||||
class Foo {
|
||||
private static Y[] parse(Iterable<String> ss) {
|
||||
return Y.toArray(X.from(ss).transform(s -> pa<caret>rse(s)));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user