[FIR] Don't report duplicated errors in implicit primary constructors

This commit is contained in:
Mikhail Glukhikh
2020-07-27 13:17:50 +03:00
parent 749346b73b
commit ceaffb1e8b
12 changed files with 49 additions and 42 deletions
+1 -1
View File
@@ -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