[FIR] Avoid duplicate diagnostics on expression.typeRef
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ fun foo() {
|
||||
}
|
||||
}
|
||||
|
||||
fun bar(i: Int, a: <!UNRESOLVED_REFERENCE, UNRESOLVED_REFERENCE, UNRESOLVED_REFERENCE!>U<!>) {
|
||||
fun bar(i: Int, a: <!UNRESOLVED_REFERENCE!>U<!>) {
|
||||
val r = if (true) i else a
|
||||
val b: Any = r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user