Add [tailRecursive] annotation to built-ins

This commit is contained in:
Sergey Mashkov
2013-12-04 17:38:59 +04:00
committed by Andrey Breslav
parent d2a31d88cd
commit b62e5e3ef5
9 changed files with 47 additions and 2 deletions
+4
View File
@@ -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()
}