// PROBLEM: none fun foo(arg: Any) = if (arg !is String?) null else arg?.length