[FIR] Don't report duplicated errors in property declarations
This commit is contained in:
+1
-1
@@ -14,6 +14,6 @@ fun test() {
|
||||
}
|
||||
|
||||
fun <T> bar() {
|
||||
val typeParameter_as_val = <!OTHER_ERROR, OTHER_ERROR!>T<!>
|
||||
val typeParameter_as_val = <!OTHER_ERROR!>T<!>
|
||||
val typeParameter_as_fun = <!UNRESOLVED_REFERENCE!>T<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user