[FIR] Don't report duplicated errors in implicit primary constructors
This commit is contained in:
@@ -10,7 +10,7 @@ import d
|
||||
import d.Test
|
||||
import b.d
|
||||
|
||||
class Some: <!OTHER_ERROR, OTHER_ERROR, OTHER_ERROR!>Test<!>()
|
||||
class Some: <!OTHER_ERROR!>Test<!>()
|
||||
|
||||
//FILE:b.kt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user