Transform *Array.size to properties
This commit is contained in:
@@ -45,7 +45,7 @@ public class Array<T> private (): Cloneable {
|
||||
/**
|
||||
* Returns the number of elements in the array.
|
||||
*/
|
||||
public fun size(): Int
|
||||
public val size: Int
|
||||
|
||||
/**
|
||||
* Creates an iterator for iterating over the elements of the array.
|
||||
|
||||
Reference in New Issue
Block a user