[FIR] Add lValueTypeRef to FirVariableAssignment, fix tests with ASSIGNMENT_TYPE_MISMATCH
This commit is contained in:
committed by
TeamCityServer
parent
e57108d4e8
commit
c3b8f3e859
@@ -2,7 +2,7 @@ class SomeClass {
|
||||
|
||||
var foo: Int = 0
|
||||
set(value: <!WRONG_SETTER_PARAMETER_TYPE!>String<!>){
|
||||
field = value
|
||||
field = <!ASSIGNMENT_TYPE_MISMATCH!>value<!>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user