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