Minor, fix formatting in Arrays.kt in stdlib
This commit is contained in:
@@ -24,5 +24,5 @@ public val DoubleArray.lastIndex : Int
|
|||||||
public val CharArray.lastIndex: Int
|
public val CharArray.lastIndex: Int
|
||||||
get() = this.size - 1
|
get() = this.size - 1
|
||||||
|
|
||||||
public val <T: Any?> Array<out T>.lastIndex : Int
|
public val Array<*>.lastIndex: Int
|
||||||
get() = this.size - 1
|
get() = this.size - 1
|
||||||
|
|||||||
Reference in New Issue
Block a user