package completion.p23381 class A { fun funReference() {} } class InputImpl { fun context() { A()::funReference } }