Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@
|
||||
import java.util.*
|
||||
|
||||
// FILE: A.java
|
||||
@kotlin.jvm.PurelyImplements("kotlin.MutableList")
|
||||
@kotlin.jvm.PurelyImplements("kotlin.collections.MutableList")
|
||||
class A<T> extends AbstractList<T> {
|
||||
@Override
|
||||
public T get(int index) {
|
||||
|
||||
Reference in New Issue
Block a user