Files
kotlin-fork/compiler/testData/diagnostics/tests/redeclarations/shadowedExtension/extensionFunVsMemberExtensionFun.fir.kt
T

5 lines
48 B
Kotlin
Vendored

class C {
fun Int.foo() {}
}
fun C.foo() {}