mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-27 17:49:19 +07:00
13 lines
316 B
Java
13 lines
316 B
Java
void <error descr="Compact source files are not supported at language level '20'">foo</error>() {
|
|
|
|
}
|
|
|
|
String <error descr="Compact source files are not supported at language level '20'">s</error> = "asd";
|
|
|
|
<error descr="Compact source files are not supported at language level '20'">static {
|
|
|
|
}</error>
|
|
|
|
class A {
|
|
|
|
} |