fun foo() { val a = arrayOf("a", "b", "c") val b = arrayOf("a", "b", "c") if (Arrays.equals(a, b)) { } }