'suppress' annotation added to built-ins
#KT-3319 In Progress
This commit is contained in:
@@ -1602,6 +1602,10 @@ public final annotation class deprecated : jet.Annotation {
|
||||
/*primary*/ public constructor deprecated(/*0*/ value: jet.String)
|
||||
}
|
||||
|
||||
public final annotation class suppress : jet.Annotation {
|
||||
/*primary*/ public constructor suppress(/*0*/ vararg names: jet.String /*jet.Array<jet.String>*/)
|
||||
}
|
||||
|
||||
public final annotation class volatile : jet.Annotation {
|
||||
/*primary*/ public constructor volatile()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user