Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/localExtension.kt
T
2020-03-19 09:51:01 +03:00

6 lines
81 B
Kotlin
Vendored

class Foo {
fun test() {
fun Foo.bar() {}
bar()
}
}