Fixed test data to use only annotation syntax with @

This commit is contained in:
Valentin Kipyatkov
2015-10-12 18:23:20 +03:00
parent 487501a7a4
commit 090ea37a32
83 changed files with 115 additions and 121 deletions
@@ -1,4 +1,4 @@
class C {
deprecated(<selection>""</selection>)
@deprecated(<selection>""</selection>)
init {}
}
@@ -2,6 +2,6 @@ package testing.rename
public open class C {
companion object {
JvmStatic fun second() {}
@JvmStatic fun second() {}
}
}
@@ -2,6 +2,6 @@ package testing.rename
public open class C {
companion object {
JvmStatic fun first() {}
@JvmStatic fun first() {}
}
}