Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/mergeDuplicates/afterTrailingComma.java
Andrey.Cherkasov 7815b148f2 [java-highlighting] Provide fixes for the "Duplicate attribute" error (IDEA-216119)
GitOrigin-RevId: ae3db3461abcfa2578b50657ec99dc51b0bbd699
2021-09-28 08:12:25 +00:00

3 lines
95 B
Java

// "Merge duplicate attributes" "true"
@SuppressWarnings(value= {"a", "b", "c"})
class Main { }