Introduce Function, KFunction interfaces and 'extension' annotation

This commit is contained in:
Alexander Udalov
2015-04-13 18:26:38 +03:00
parent 90097d7e8b
commit f6178ad7dd
13 changed files with 215 additions and 49 deletions
+4
View File
@@ -1522,6 +1522,10 @@ public final annotation class deprecated : kotlin.Annotation {
internal final fun <get-value>(): kotlin.String
}
public final annotation class extension : kotlin.Annotation {
/*primary*/ public constructor extension()
}
public final annotation class inline : kotlin.Annotation {
/*primary*/ public constructor inline(/*0*/ strategy: kotlin.InlineStrategy = ...)
public final val strategy: kotlin.InlineStrategy