STDLIB: konan.internal.ExportForCompiler added annotation to mark symbol exported for generation with compiler

This commit is contained in:
Vasily Levchenko
2017-01-30 15:03:17 +03:00
committed by vvlevchenko
parent 4911f78200
commit 47a5e13ff3
@@ -21,4 +21,11 @@ annotation class HasBackingField
*/
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.BINARY)
annotation class Intrinsic
annotation class Intrinsic
/**
* Exports symbol for compiler needs.
*/
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR)
@Retention(AnnotationRetention.BINARY)
annotation class ExportForCompiler