// FILE: a.kt package a.b.c class D { fun foo(e: E, f: F) = this } // FILE: b.kt fun main() { val x = a.b.c.D::foo x : KMemberFunction2, String, Int, a.b.c.D> }