Make Array.size() a function instead of a property
Also add a deprecated extension property to help migration. This is done to unify getting size of arrays and collections
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package
|
||||
package
|
||||
|
||||
internal fun f(/*0*/ c: kotlin.Array<kotlin.Int>): kotlin.Int
|
||||
internal fun f(/*0*/ c: kotlin.String): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user