Add the ANY_FIR target for muting Fir2IrText tests

This commit is contained in:
pyos
2019-12-19 12:25:21 +01:00
committed by Dmitry Petrov
parent a4b005fd5d
commit 2adcb5dec4
8 changed files with 98 additions and 85 deletions
@@ -0,0 +1,9 @@
// IGNORE_BACKEND: ANY_FIR
class TestInitValInLambdaCalledOnce {
val x: Int
init {
1.run {
x = 0
}
}
}