954204da82
Report warning on extensions shadowed by members.
5 lines
48 B
Kotlin
Vendored
5 lines
48 B
Kotlin
Vendored
class C {
|
|
fun Int.foo() {}
|
|
}
|
|
|
|
fun C.foo() {} |