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:
committed by
teamcityserver
parent
9ca96ebbd2
commit
6e6be7c953
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user