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