Files
kotlin-fork/idea/testData/quickfix/unusedSuppressAnnotation/simple.kt
T
2016-03-25 18:11:34 +03:00

8 lines
126 B
Kotlin
Vendored

// "Suppress for declarations annotated by 'xxx.XXX'" "true"
package xxx
annotation class XXX
@XXX
class <caret>UnusedClass