class C { fun foo(){} protected fun foo(p: Int){} } fun f(c: C) { c.foo(1) } /* Text: (), Disabled: true, Strikeout: false, Green: true */