// WITH_RUNTIME // PROBLEM: none fun foo(arg: Int) = arg.toString() fun bar(f: () -> (Int) -> String) {} val someFun = bar { ::foo }