mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 313091e94f8b65d379615f91dca7b975428aeeba
10 lines
140 B
Java
10 lines
140 B
Java
import java.util.List;
|
|
|
|
class A {
|
|
void method(List<String> y, boolean a){}
|
|
|
|
/// {@link #method(List, boolean)}
|
|
|
|
void bar() {}
|
|
}
|