blob: 0be561dabb4089deb6ddbfa296dc0e33aeb902c5 [file] [log] [blame]
class C {
fun String.foo() {
1.bar()
}
fun Int.bar() {}
}