[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class TestInitValInLambdaCalledOnce {
|
||||
val x: Int
|
||||
init {
|
||||
1.run {
|
||||
x = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user