[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// !DUMP_CFG
|
||||
fun foo() {}
|
||||
|
||||
fun test() {
|
||||
val x = 1
|
||||
val y = x + 1
|
||||
foo()
|
||||
}
|
||||
Reference in New Issue
Block a user