tests: add formal types to serialization tests
[nit.git] / tests / sav / nitce / test_json_deserialization_safe.res
1 Deserialization Error: `DangerSub` is not a subtype of the static type `nullable A`
2 Deserialization Error: `DangerSub` is not a subtype of the static type ``
3 <A other:null next:null>
4 ---
5 DANGER 'My text 1'
6 DANGER 'My text 2'
7 Deserialization Error: Wrong type on `A::other` expected `nullable A`, got `DangerSub`
8 Deserialization Error: Wrong type on `A::next` expected `C`, got `DangerSub`
9 <A other:null next:null>
10 ---
11 Deserialization Error: `B` is not a subtype of the static type ``
12 <B other:null next:null>
13 ---
14 Deserialization Error: `A` is not a subtype of the static type ``
15 <B other:null next:null>
16 ---
17 Deserialization Error: `A` is not a subtype of the static type ``
18 Deserialization Error: Wrong type on `G::e` expected `E`, got `null`
19 <G e:not-set>
20 ---
21 Deserialization Error: `A` is not a subtype of the static type ``
22 Deserialization Error: Wrong type on `G::e` expected `E`, got `null`
23 <G e:not-set>