[TD] Update test data after previous commit
This commit is contained in:
@@ -12,4 +12,4 @@ class C : Base(), I
|
||||
|
||||
fun f(list: List<Int>) {
|
||||
C().f(list)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ class B : A() {
|
||||
fun test() {
|
||||
foo()
|
||||
bar()
|
||||
<!NONE_APPLICABLE!>buz<!>()
|
||||
<!NONE_APPLICABLE{LT}!><!NONE_APPLICABLE{PSI}!>buz<!>()<!>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -10,5 +10,5 @@ class C : Base<CharSequence>()
|
||||
|
||||
fun f(list: MutableList<X>, s: MutableList<CharSequence>) {
|
||||
C().f(list, s)
|
||||
C().<!INAPPLICABLE_CANDIDATE!>f<!>(s, list)
|
||||
C().<!INAPPLICABLE_CANDIDATE{LT}!><!INAPPLICABLE_CANDIDATE{PSI}!>f<!>(s, list)<!>
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@ class C : B() {
|
||||
bar()
|
||||
baz()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user