// FLOW: OUT fun test() { fun bar(n: Int) = n val x = (::bar)(1) }