mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
[java] highlight @snippet javadoc tag if not available at a given language level
GitOrigin-RevId: 7e2a20fbc52b2c8fa72018103ace9a5dc13aa454
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6612867356
commit
2717b57828
@@ -0,0 +1,6 @@
|
||||
/** {<warning descr="'@snippet' tag is not available at this language level"><warning descr="Wrong tag 'snippet'">@snippet</warning></warning> :
|
||||
* Body
|
||||
* }
|
||||
*/
|
||||
class A {
|
||||
}
|
||||
Reference in New Issue
Block a user