mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
- implementation new templates - tests GitOrigin-RevId: 18d04d8d2eb87323feae2f5e2536ee619a7f6d15
7 lines
100 B
Java
7 lines
100 B
Java
import java.util.Set;
|
|
|
|
public class Foo {
|
|
void m(Set<String> o) {
|
|
o.asSet<caret>
|
|
}
|
|
} |