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

8 lines
126 B
Plaintext
Vendored

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