[JS FIR] Enable FirJsLineNumberTests for FIR
^KT-64426 Fixed
This commit is contained in:
committed by
Space Team
parent
ac30911497
commit
6df0e0c847
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user