mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 06:18:32 +07:00
< typed as a top-level token in a class body can only mean a generic type parameter of a package-private method GitOrigin-RevId: bbd8670ea20a8f445c0fec75bdbdc2a8d6c950f1
5 lines
34 B
Java
5 lines
34 B
Java
class C {
|
|
void main() {}
|
|
<>
|
|
}
|