drop deprecated @platformName and @platformStatic annotations
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
package k
|
||||
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
public class Class() {
|
||||
public val prop: Int = 0
|
||||
fun function() = 1
|
||||
@@ -32,7 +30,7 @@ public interface StaticFieldInClassObjectInTrait {
|
||||
}
|
||||
|
||||
object PlatformStaticFun {
|
||||
platformStatic
|
||||
@JvmStatic
|
||||
fun test() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user