Add a test for #2158
This commit is contained in:
parent
c0e537d227
commit
37b6855d9d
@ -65,3 +65,9 @@ A + C
|
||||
// and B
|
||||
+ B
|
||||
{}
|
||||
|
||||
// #2158
|
||||
trait Foo {
|
||||
type ItRev = <MergingUntypedTimeSeries<SliceSeries<SliceWindow>> as UntypedTimeSeries>::IterRev;
|
||||
type IteRev = <MergingUntypedTimeSeries<SliceSeries<SliceWindow>> as UntypedTimeSeries>::IterRev;
|
||||
}
|
||||
|
@ -92,3 +92,10 @@ A + C
|
||||
// and B
|
||||
+ B
|
||||
{}
|
||||
|
||||
// #2158
|
||||
trait Foo {
|
||||
type ItRev = <MergingUntypedTimeSeries<SliceSeries<SliceWindow>> as UntypedTimeSeries>::IterRev;
|
||||
type IteRev =
|
||||
<MergingUntypedTimeSeries<SliceSeries<SliceWindow>> as UntypedTimeSeries>::IterRev;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user