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