[JS IR] Fix diagnostic test on exportness of enum classes

^KT-37916 fixed
^KT-44494 fixed
This commit is contained in:
Ilya Goncharov
2021-10-22 10:12:54 +03:00
committed by Space
parent 993b194a7b
commit 8e5fb50506
4 changed files with 0 additions and 43 deletions
@@ -14,9 +14,6 @@ suspend fun suspendFun()<!> { }
val String.extensionProperty<!>
get() = this.length
@JsExport
enum class <!WRONG_EXPORTED_DECLARATION("enum class")!>EnumClass<!> { ENTRY1, ENTRY2 }
@JsExport
annotation class <!WRONG_EXPORTED_DECLARATION("annotation class")!>AnnotationClass<!>