Files
Alexander Korepanov 6df0e0c847 [JS FIR] Enable FirJsLineNumberTests for FIR
^KT-64426 Fixed
2024-01-10 19:02:15 +00:00

11 lines
139 B
Kotlin
Vendored

class A(
val x: Int,
val y: String
)
fun foo() {
A(23, "foo")
}
// LINES(JS_IR): 1 2 3 1 2 2 3 3 2 2 2 3 3 3 6 6 7 7