7457500b7f8dc14a4469f00b88a86a88e3479b04
[nit.git] / tests / sav / nitg-g / fixme / test_deriving_alt1.res
1 <A i: <Int> s: <FlatString>>
2 i=5 s=Hello
3 <A>
4
5 true
6 true
7 true
8
9 <B i: <Int> s: <FlatString> a: <A i: <Int> s: <FlatString>>>
10 i=100 s=World a=<A>
11 <B>
12
13 true
14 true
15 true