10 lines
174 B
Kotlin
Vendored
10 lines
174 B
Kotlin
Vendored
// "Replace usages of 'OldAnnotation' in whole project" "true"
|
|
|
|
package test
|
|
|
|
import dependency.OldAnnotation
|
|
|
|
fun foo(a: OldAnnotation) {
|
|
}
|
|
|
|
@<caret>OldAnnotation(1) class X |