Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/unimplement/afterRemoveDuplicates1.java
Andrey.Cherkasov 64323d8ab0 [java-highlighting] Change text of fix for duplicate interfaces implemented
GitOrigin-RevId: a2b6f39e8722928193ff4c3ea9a65e4a9f041fd8
2021-03-09 15:44:23 +00:00

2 lines
86 B
Java

// "Remove other 'java.lang.Exception' references" "true"
class X extends Exception {}