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
@@ -9,7 +9,7 @@ fun foo() {
val i1: Int = <!INITIALIZER_TYPE_MISMATCH!>Boo<!>
val i2: Int = <!INITIALIZER_TYPE_MISMATCH!>A.Boo<!>
useInt(<!ARGUMENT_TYPE_MISMATCH!>Boo<!>)
useInt(A.<!ARGUMENT_TYPE_MISMATCH!>Boo<!>)
useInt(<!ARGUMENT_TYPE_MISMATCH!>A.Boo<!>)
}
fun bar() {
val i1: Int = <!INITIALIZER_TYPE_MISMATCH!>Unit<!>