c1499e7cb6
#KT-11576 Fixed
8 lines
126 B
Kotlin
Vendored
8 lines
126 B
Kotlin
Vendored
// "Suppress for declarations annotated by 'xxx.XXX'" "true"
|
|
package xxx
|
|
|
|
annotation class XXX
|
|
|
|
@XXX
|
|
class <caret>UnusedClass
|