RUNTIME: ExportForCompiler appliable to class

This commit is contained in:
Vasily Levchenko
2017-02-03 17:57:10 +03:00
committed by vvlevchenko
parent f809fb3a06
commit fca160d09d
@@ -26,6 +26,6 @@ annotation class Intrinsic
/** /**
* Exports symbol for compiler needs. * Exports symbol for compiler needs.
*/ */
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR) @Target(AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.CLASS)
@Retention(AnnotationRetention.BINARY) @Retention(AnnotationRetention.BINARY)
annotation class ExportForCompiler annotation class ExportForCompiler