class C { fun foo(s: String) { 1.bar() } fun Int.bar() {} }