mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 19:42:48 +07:00
b65a8a3a35
GitOrigin-RevId: bf6a03e359482f777e63e38383ecc4160cca82ec
8 lines
139 B
Java
8 lines
139 B
Java
class Cx {
|
|
Another F = new C<caret>Another(
|
|
f -> ((String)f).stream().anyMatch(c -> c.m(f) != null));
|
|
|
|
}
|
|
|
|
class Another {}
|