mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +07:00
(cherry picked from commit e77a013fa84cbafbfec866f6489147115532f656) (cherry picked from commit 4619021e3dc70c3bec362b174b02a25212b954db) IJ-MR-169535 GitOrigin-RevId: 639568fba9e6ac43f505e88d4cd5510f6203dd55
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 {
|
|
|
|
} |