Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/cfg/simple.kt
T
2020-03-19 09:51:01 +03:00

8 lines
83 B
Kotlin
Vendored

// !DUMP_CFG
fun foo() {}
fun test() {
val x = 1
val y = x + 1
foo()
}