Transform *Array.size to properties
This commit is contained in:
+1
-1
@@ -26,4 +26,4 @@ fun box() : String {
|
||||
}
|
||||
|
||||
fun thirdElementIsThree(a : IntArray) =
|
||||
a.size() >= 3 && a[2] == 3
|
||||
a.size >= 3 && a[2] == 3
|
||||
|
||||
Reference in New Issue
Block a user