[JS FIR] Enable FirJsLineNumberTests for FIR

^KT-64426 Fixed
This commit is contained in:
Alexander Korepanov
2023-12-20 16:19:58 +01:00
committed by Space Team
parent ac30911497
commit 6df0e0c847
58 changed files with 460 additions and 146 deletions
@@ -1,13 +1,14 @@
open class A {
abstract class A {
val x: Int
open val y: Int
abstract val y: Int
init {
x = 23
y = 42
}
}
// LINES(JS): 1 2 4 7 7 8 8 4 4 4
// LINES(JS_IR): 1 1 7 7 8 8 2 2 2 4 4 4
class B(override val y: Int): A()
// LINES(JS_IR): 1 1 7 7 2 2 2 12 12 12 12 12 12 12 12