Provide MutableList.fill for JS, annotate new API with @SinceKotlin
#KT-8823 #KT-9010
This commit is contained in:
@@ -95,7 +95,6 @@ class MutableCollectionTest {
|
||||
}
|
||||
}
|
||||
|
||||
@JvmVersion
|
||||
@Test fun listFill() {
|
||||
val list = MutableList(3) { it }
|
||||
list.fill(42)
|
||||
|
||||
Reference in New Issue
Block a user