Add [tailRecursive] annotation to built-ins
This commit is contained in:
committed by
Andrey Breslav
parent
d2a31d88cd
commit
b62e5e3ef5
@@ -1640,6 +1640,10 @@ public final annotation class suppress : jet.Annotation {
|
||||
/*primary*/ public constructor suppress(/*0*/ vararg names: jet.String /*jet.Array<jet.String>*/)
|
||||
}
|
||||
|
||||
public final annotation class tailRecursive : jet.Annotation {
|
||||
/*primary*/ public constructor tailRecursive()
|
||||
}
|
||||
|
||||
public final annotation class volatile : jet.Annotation {
|
||||
/*primary*/ public constructor volatile()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user