Test data fixed for generic bounds

This commit is contained in:
Andrey Breslav
2013-01-16 14:14:18 +04:00
parent fe170f383a
commit 3851de11f7
@@ -7,5 +7,5 @@ class Generic2<A, B>
class Generic2WithBounds<A, B> where A: Bound1, A: Bound2, B: Generic1<A>
class Bound1
class Bound2
trait Bound2