Adjust various testData to size transformation
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import java.util.AbstractList
|
||||
class MyList(): AbstractList<String>() {
|
||||
public fun getModificationCount(): Int = modCount
|
||||
public override fun get(index: Int): String = ""
|
||||
public override fun size(): Int = 0
|
||||
public override val size: Int get() = 0
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user