// "Create extension function 'T.foo'" "true" interface T fun test(t: T) { val b: Boolean = t.foo("1", 2) }