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