Add the ANY_FIR target for muting Fir2IrText tests
This commit is contained in:
@@ -11,12 +11,3 @@ class TestInitValInInitBlock {
|
||||
x = 0
|
||||
}
|
||||
}
|
||||
|
||||
class TestInitValInLambdaCalledOnce {
|
||||
val x: Int
|
||||
init {
|
||||
1.run {
|
||||
x = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user