Deprecate JVM platform annotations in favor of capitilized themselves
This commit is contained in:
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