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
@@ -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<!>
|
||||
|
||||
Reference in New Issue
Block a user