858b454138
#KT-11994 In Progress
9 lines
82 B
Kotlin
Vendored
9 lines
82 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
fun <caret>foo(n: Int) {
|
|
|
|
}
|
|
|
|
fun test(m: Int) {
|
|
val x = foo(1)
|
|
} |