fun foo(p: () -> Unit, i: Int){} fun bar() { foo(::f, ) } fun f(){} // ELEMENT: ::f