// HIGHLIGHT: INFORMATION fun foo(arg: Any) = if (arg !is String) null else arg.length