[JS IR] Generate debug info for JS switch statements
#KT-46276
This commit is contained in:
committed by
Space Team
parent
b2b7958b62
commit
fe0e9db3aa
+5
-1
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
// FILE: test.kt
|
||||
fun box(): Int {
|
||||
if (
|
||||
@@ -25,3 +25,7 @@ inline fun getB(): Int {
|
||||
// test.kt:8 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:14 box
|
||||
// test.kt:5 box
|
||||
// test.kt:11 getA
|
||||
// test.kt:14 box
|
||||
|
||||
Reference in New Issue
Block a user