mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
Fix injection for empty snippets. The range to inject is now starts after the colon and ends when the body ends. If no colon exist, then use the whole body as an injection point. GitOrigin-RevId: c7961f13c30212f52aad45a121bcf11b70ce8f2b
8 lines
145 B
Java
8 lines
145 B
Java
/**
|
|
* A simple program.
|
|
* {<warning descr="'@snippet' tag is not available at this language level">@snippet</warning> :
|
|
*
|
|
* }
|
|
*/
|
|
class A {
|
|
} |