Moving platformStatic annotation to kotlin.platform package

This commit is contained in:
Michael Bogdanov
2014-09-10 13:35:43 +04:00
parent b8b0316d97
commit 08e02f4176
17 changed files with 33 additions and 19 deletions
@@ -1,5 +1,7 @@
package test
import kotlin.platform.platformStatic
class A {
class object {
@@ -1,5 +1,7 @@
package test
import kotlin.platform.platformStatic
object A {
val b: String = "OK"