mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 02:25:56 +07:00
GitOrigin-RevId: 786ff0d07a68ecb53f3c929600353bc28f483bf0
9 lines
157 B
Java
9 lines
157 B
Java
import java.util.*;
|
|
|
|
import static org.example.AAA.*;
|
|
|
|
class Foo {
|
|
void m() {
|
|
List<CharSequence> l = Arrays.asList("a", "b").stream().toli<caret>
|
|
}
|
|
} |