[JS FIR] Enable warnings and infos for JS FIR tests

This commit is contained in:
Alexander Korepanov
2023-11-20 14:09:29 +01:00
committed by Space Team
parent 862be5a787
commit b1465fbfb8
23 changed files with 130 additions and 74 deletions
@@ -0,0 +1,14 @@
// FIR_IDENTICAL
// !OPT_IN: kotlin.js.ExperimentalJsExport
// !RENDER_DIAGNOSTICS_MESSAGES
import kotlin.js.JsExport
@JsExport
class ClassA<T : UpperBoundInterface> {
inner class InnerA {
}
}
@JsExport
interface UpperBoundInterface {}