mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-01 03:59:23 +07:00
5 lines
118 B
Java
5 lines
118 B
Java
// "Collapse repeating annotations" "true-preview"
|
|
|
|
@<caret>SuppressWarnings("foo")
|
|
@SuppressWarnings("bar")
|
|
class X{} |