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