Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/expresssions/sameReceiver.kt
T
2020-12-16 19:52:30 +03:00

8 lines
73 B
Kotlin
Vendored

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