mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 10:51:06 +07:00
Add an enclosing class for snippets in order not to make users define a class in a snippet code to eliminate syntax errors when the code consists of a set of instructions GitOrigin-RevId: c6f52f94d51fdc6393c8a9fdc0ddb615e8d37b17
6 lines
176 B
Java
6 lines
176 B
Java
/** {<warning descr="'@snippet' tag is not available at this language level">@snippet</warning> :
|
|
* Body<EOLError descr="Identifier expected"></EOLError>
|
|
* }
|
|
*/
|
|
class A {
|
|
} |