// WITH_RUNTIME fun foo() { val arrayOf = arrayOf(1, 2, 3) arrayOf.isNotEmpty() }