Don't add delegated members from error types

This commit is contained in:
Andrey Breslav
2014-03-19 19:27:46 +04:00
parent 34c6eaec56
commit bf2cc99109
3 changed files with 9 additions and 1 deletions
@@ -0,0 +1,3 @@
class C : <!UNRESOLVED_REFERENCE, DELEGATION_NOT_TO_TRAIT!>Base1<!> by <!UNRESOLVED_REFERENCE!>Base2<!>(1) {
fun test() { }
}