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
-4
View File
@@ -1493,10 +1493,6 @@ public final annotation class noinline : kotlin.Annotation {
/*primary*/ public constructor noinline()
}
public final annotation class platformStatic : kotlin.Annotation {
/*primary*/ public constructor platformStatic()
}
public final annotation class suppress : kotlin.Annotation {
/*primary*/ public constructor suppress(/*0*/ vararg names: kotlin.String /*kotlin.Array<kotlin.String>*/)
internal final val names: kotlin.Array<kotlin.String>