mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 19:49:20 +07:00
223eeb0b0f
GitOrigin-RevId: f39f5c58348afb6b3c57dbc059860f940c6ec363
6 lines
179 B
Java
6 lines
179 B
Java
// "Wrap argument 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)));
|
|
}
|
|
} |