5409b19abc
#KT-7988 Fixed
7 lines
85 B
Kotlin
Vendored
7 lines
85 B
Kotlin
Vendored
class C {
|
|
fun String.<caret>foo() {
|
|
1.bar()
|
|
}
|
|
|
|
fun Int.bar() {}
|
|
} |