// WITH_SIGNATURES class A(val result: T) { fun b() { class C { fun f() { fun g(t: T): S? = null } } } }