Moved test data
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Replace usages of 'OldAnnotation' in whole project" "true"
|
||||
|
||||
package test
|
||||
|
||||
import dependency.NewAnnotation
|
||||
|
||||
fun foo(a: NewAnnotation) {
|
||||
}
|
||||
|
||||
@NewAnnotation(1) class X
|
||||
Reference in New Issue
Block a user