[TD] Update test data after previous commit
This commit is contained in:
+1
-1
@@ -26,6 +26,6 @@ open class B<V> : A<Any, V>() {
|
||||
|
||||
fun test_1(b: B<Int>, x: Int, inv: Inv<Int>) {
|
||||
b.take(x)
|
||||
b.<!INAPPLICABLE_CANDIDATE!>take<!>(null)
|
||||
b.<!INAPPLICABLE_CANDIDATE{LT}!><!INAPPLICABLE_CANDIDATE{PSI}!>take<!>(null)<!>
|
||||
b.takeInv(inv)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user