[FIR] Add lValueTypeRef to FirVariableAssignment, fix tests with ASSIGNMENT_TYPE_MISMATCH
This commit is contained in:
committed by
TeamCityServer
parent
e57108d4e8
commit
c3b8f3e859
Vendored
+1
-1
@@ -38,7 +38,7 @@ class Case8 {
|
||||
var x: Any = 0
|
||||
get() = 0
|
||||
set(value) {
|
||||
field = null
|
||||
field = <!NULL_FOR_NONNULL_TYPE!>null<!>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user