7 lines
69 B
Kotlin
Vendored
7 lines
69 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
expect fun foo(p: Any)
|
|
|
|
fun bar() {
|
|
foo(<caret>1)
|
|
} |