blob: ad998caf3084e0f5d266d23e1dbbaa84ea9d67c9 [file] [log] [blame]
type Foo
where
A: B,
C: D,
= E;
type Foo
where
A: B,
C: D,
= E
where
F: G,
H: I;
type Foo
= E
where
F: G,
H: I;