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: NewAnnotation)
|
|
|
|
@A(NewAnnotation()) class Y
|