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
-9
View File
@@ -11,12 +11,3 @@ class TestInitValInInitBlock {
x = 0
}
}
class TestInitValInLambdaCalledOnce {
val x: Int
init {
1.run {
x = 0
}
}
}