[Tests] Remove irrelevant code from test
This commit is contained in:
committed by
Space Team
parent
00491a78f1
commit
0cebf2b39f
-4
@@ -1,7 +1,3 @@
|
||||
class A<T> {
|
||||
fun add(element: T) {}
|
||||
}
|
||||
|
||||
public fun <R : Any> foo(x: MutableCollection<in R>, block: java.util.AbstractList<R>) {
|
||||
x.add(block.get(0))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user