[FIR] Update testdata after introducing FirResolvedErrorReference
This commit is contained in:
committed by
Space Team
parent
dde64c10ea
commit
b174bb8844
+1
-1
@@ -10,7 +10,7 @@ object A {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
takeString(<!ARGUMENT_TYPE_MISMATCH!>A <!UNRESOLVED_REFERENCE!>%<!> 123<!>)
|
||||
takeString(A <!UNRESOLVED_REFERENCE!>%<!> 123)
|
||||
}
|
||||
|
||||
fun takeString(s: String) {}
|
||||
|
||||
Reference in New Issue
Block a user