Added platformStatic annotation

This commit is contained in:
Michael Bogdanov
2014-08-28 15:45:15 +04:00
parent 36ada06bdb
commit 7bbedd9685
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -1497,6 +1497,10 @@ 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>