// "Add non-null asserted (!!) call" "true" fun foo(a: Array?): String { return a[0] }