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