Data flow to/from here: supported expected/actual declarations and extension receivers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// FLOW: IN
|
||||
|
||||
expect fun foo(p: Any): Any
|
||||
|
||||
fun bar() {
|
||||
val result = foo(1)
|
||||
println(<caret>result)
|
||||
}
|
||||
Reference in New Issue
Block a user