6 lines
65 B
Kotlin
Vendored
6 lines
65 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class C {
|
|
fun Int.foo() {}
|
|
}
|
|
|
|
fun C.foo() {} |