KT-11576 Unused symbol warning: add quickfix for annotated declarations

#KT-11576 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-03-23 16:41:05 +03:00
parent 03d7c5764d
commit c1499e7cb6
8 changed files with 111 additions and 14 deletions
@@ -0,0 +1,7 @@
// "Suppress for declarations annotated by 'xxx.XXX'" "true"
package xxx
annotation class XXX
@XXX
class <caret>UnusedClass