mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
5 lines
279 B
Java
5 lines
279 B
Java
class Main {
|
|
class <error descr="'var' is a restricted local variable type and cannot be used for type declarations">var</error> {}
|
|
|
|
<<error descr="'var' is a restricted local variable type and cannot be used for type declarations">var</error> extends String> void foo() {}
|
|
} |