[TD] Update test data after previous commit

This commit is contained in:
Dmitriy Novozhilov
2020-12-15 12:58:53 +03:00
parent 49d9b85950
commit e1802fde29
306 changed files with 599 additions and 599 deletions
@@ -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<!>()<!>
}
}
@@ -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()
}
}
}