Files
kotlin-fork/idea/testData/quickfix/deprecatedSymbolUsage/classUsages/wholeProject/annotation.after.Other.kt
T
Valentin Kipyatkov 64e520b689 Moved test data
2015-09-03 15:56:00 +03:00

10 lines
139 B
Kotlin
Vendored

// "Replace with 'test.Bar'" "true"
package x
import dependency.*
annotation class A(val a: NewAnnotation)
@A(NewAnnotation()) class Y