core::hash_collection: native array storage is no more nullable
[nit.git] / tests / sav / test_json_deserialization_plain_alt2.res
1 Runtime error: Uninitialized attribute _s (alt/test_json_deserialization_plain_alt2.nit:22)
2 # JSON: {"__class": "MyClass", "i": 123, "o": null}
3 # Errors: 'Deserialization Error: JSON object has not attribute 's'.', 'Deserialization Error: Wrong type on `MyClass::s` expected `String`, got `null`', 'Deserialization Error: JSON object has not attribute 'f'.', 'Deserialization Error: Wrong type on `MyClass::f` expected `Float`, got `null`', 'Deserialization Error: JSON object has not attribute 'a'.', 'Deserialization Error: Wrong type on `MyClass::a` expected `Array[String]`, got `null`'