STDLIB: konan.internal.ExportForCompiler added annotation to mark symbol exported for generation with compiler
This commit is contained in:
committed by
vvlevchenko
parent
4911f78200
commit
47a5e13ff3
@@ -21,4 +21,11 @@ annotation class HasBackingField
|
|||||||
*/
|
*/
|
||||||
@Target(AnnotationTarget.FUNCTION)
|
@Target(AnnotationTarget.FUNCTION)
|
||||||
@Retention(AnnotationRetention.BINARY)
|
@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
|
||||||
Reference in New Issue
Block a user