[FIR] Introduce new algorithm for building CFG for declarations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// !DUMP_CFG
|
||||
|
||||
fun foo(): Int = 1
|
||||
|
||||
fun test(x: Any, y: String = x as String, z: Int = run { foo() }) {
|
||||
foo()
|
||||
}
|
||||
Reference in New Issue
Block a user