class Declaration { } fun call(declaration: Declaration) { ({ x: Int -> x + 9 })(8) }