9 lines
117 B
Kotlin
Vendored
9 lines
117 B
Kotlin
Vendored
class C {
|
|
fun <caret>foo(s: String) {
|
|
with(1) {
|
|
bar()
|
|
}
|
|
}
|
|
|
|
fun Int.bar() {}
|
|
} |