[FIR] Don't report duplicated errors on default accessor error type refs
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
interface T {
|
||||
val x: <!OTHER_ERROR, OTHER_ERROR!>ErrorType<!>
|
||||
val x: <!OTHER_ERROR!>ErrorType<!>
|
||||
fun getX(): <!OTHER_ERROR!>ErrorType1<!>
|
||||
}
|
||||
Reference in New Issue
Block a user