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

6 lines
65 B
Kotlin
Vendored

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