FIR: Adjust test data

Currently, we've got two places where NO_COMPANION_OBJECT is reported
and they perform it kind of differently
This commit is contained in:
Denis.Zharkov
2021-09-07 13:13:21 +03:00
committed by teamcityserver
parent 9ca96ebbd2
commit 6e6be7c953
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ fun test(l : java.util.List<Int>) {
checkSubtype<Set<Int>?>(Collections.singleton<Int>(1))
Collections.singleton<Int>(<!ARGUMENT_TYPE_MISMATCH!>1.0<!>)
<!NO_COMPANION_OBJECT!>List<!><Int>
<!NO_COMPANION_OBJECT!>List<Int><!>
val o = "sdf" as Object