Added platformStatic annotation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user