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