Data flow to/from here: supported expected/actual declarations and extension receivers
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// FLOW: IN
|
||||
|
||||
fun Any.extensionFun(): Any {
|
||||
return this
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
val <caret>x = "".extensionFun()
|
||||
}
|
||||
Reference in New Issue
Block a user