Wrong test data fixed (previously commited by mistake)

This commit is contained in:
Andrey Breslav
2012-08-15 18:11:08 +04:00
parent ca33712b00
commit ee5f598836
@@ -1,4 +1,3 @@
class D(b: B) : C(b)
trait A {
fun foo() {}
}