Fixed test data to use only annotation syntax with @
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
class C {
|
||||
deprecated(<selection>""</selection>)
|
||||
@deprecated(<selection>""</selection>)
|
||||
init {}
|
||||
}
|
||||
Vendored
+1
-1
@@ -2,6 +2,6 @@ package testing.rename
|
||||
|
||||
public open class C {
|
||||
companion object {
|
||||
JvmStatic fun second() {}
|
||||
@JvmStatic fun second() {}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -2,6 +2,6 @@ package testing.rename
|
||||
|
||||
public open class C {
|
||||
companion object {
|
||||
JvmStatic fun first() {}
|
||||
@JvmStatic fun first() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user