Update tests after switching to LV 1.9
This commit is contained in:
committed by
Space Team
parent
66544a4e00
commit
88efa6bfb6
+1
-1
@@ -9,5 +9,5 @@ interface A : MutableCollection<String> {
|
||||
fun foo(x: MutableCollection<Int>, y: Collection<String>, z: A) {
|
||||
x.<!DEPRECATION!>nonExistingMethod<!>(1).checkType { _<String>() }
|
||||
y.<!DEPRECATION!>nonExistingMethod<!>("")
|
||||
z.<!DEPRECATION!>nonExistingMethod<!>("")
|
||||
z.nonExistingMethod("")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user