FIR: suppress VARIABLE_EXPECTED for error reference
This commit is contained in:
committed by
TeamCityServer
parent
c572bf05b5
commit
a297ee66d4
+1
-1
@@ -7,7 +7,7 @@ fun bar1(x: Number, y: Int) {
|
||||
}
|
||||
|
||||
fun bar2(x: Number) {
|
||||
<!UNRESOLVED_REFERENCE, VARIABLE_EXPECTED!>y<!> += x as Int
|
||||
<!UNRESOLVED_REFERENCE!>y<!> += x as Int
|
||||
checkSubtype<Int>(x)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user