[FIR] Implement ASSIGNMENT_TYPE_MISMATCH, RESULT_TYPE_MISMATCH diagnostics, fix tests
This commit is contained in:
committed by
TeamCityServer
parent
aa70c952eb
commit
e57108d4e8
@@ -19,5 +19,5 @@ private fun foo() = run {
|
||||
|
||||
fun test() {
|
||||
var x = foo(1)
|
||||
x = foo()
|
||||
}
|
||||
x = <!ASSIGNMENT_TYPE_MISMATCH!>foo()<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user