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