KT-11576 Unused symbol warning: add quickfix for annotated declarations
#KT-11576 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Suppress for declarations annotated by 'xxx.XXX'" "true"
|
||||
package xxx
|
||||
|
||||
annotation class XXX
|
||||
|
||||
@XXX
|
||||
class <caret>UnusedClass
|
||||
Reference in New Issue
Block a user