Moved test data

This commit is contained in:
Valentin Kipyatkov
2015-09-02 20:13:12 +03:00
parent 712df5682c
commit 64e520b689
8 changed files with 14 additions and 4 deletions
@@ -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