open class C { fun foo(t: T): T = t } class B : C() { fun f() { } } // EXIST: { itemText: "foo", tailText: "(t: String)", typeText: "String" }