Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/mergeDuplicates/afterComments.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
194 B
Java

// "Merge duplicate attributes" "true"
@SuppressWarnings(/*1*/value/*2*/=/*3*/{"a", "b", /*12*/"c"/*13*/, /*14*/"d"/*15*/}/*4*/ /*5*//*6*//*7*//*8*/ /*9*//*10*//*11*//*16*//*17*/)
class Main { }