mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
3 lines
125 B
Java
3 lines
125 B
Java
// "Merge duplicate attributes" "true-preview"
|
|
@SuppressWarnings(value = "a", value = "b"<caret>, value = "c")
|
|
class Main { } |