RUNTIME: ExportForCompiler appliable to class
This commit is contained in:
committed by
vvlevchenko
parent
f809fb3a06
commit
fca160d09d
@@ -26,6 +26,6 @@ annotation class Intrinsic
|
||||
/**
|
||||
* Exports symbol for compiler needs.
|
||||
*/
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR)
|
||||
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
annotation class ExportForCompiler
|
||||
Reference in New Issue
Block a user