[JS IR] Support init blocks in inline classes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: IGNORED_IN_JS
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
inline class IC(val i: Int) {
|
||||
init {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: IGNORED_IN_JS
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
inline class SingleInitBlock(val s: String) {
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user