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