[JS FIR] Enable warnings and infos for JS FIR tests
This commit is contained in:
committed by
Space Team
parent
862be5a787
commit
b1465fbfb8
+14
@@ -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 {}
|
||||
Reference in New Issue
Block a user