fun foo(x: Any? = 1L): Any = if (x != null) x else "null"
