10 lines
139 B
Kotlin
Vendored
10 lines
139 B
Kotlin
Vendored
// "Replace with 'test.Bar'" "true"
|
|
|
|
package x
|
|
|
|
import dependency.*
|
|
|
|
annotation class A(val a: OldAnnotation)
|
|
|
|
@A(OldAnnotation()) class Y
|