13 lines
145 B
Kotlin
Vendored
13 lines
145 B
Kotlin
Vendored
// FLOW: IN
|
|
// RUNTIME_WITH_SOURCES
|
|
|
|
class C
|
|
|
|
fun foo() {
|
|
val c = C().apply {
|
|
extensionFun()
|
|
}
|
|
}
|
|
|
|
fun <caret>C.extensionFun() {}
|