X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/base_notnull_1alt1_alt3.res b/tests/sav/base_notnull_1alt1_alt3.res index d044957..8e1c2c9 100644 --- a/tests/sav/base_notnull_1alt1_alt3.res +++ b/tests/sav/base_notnull_1alt1_alt3.res @@ -1,16 +1,16 @@ -alt/base_notnull_1alt1_alt3.nit:23,7: Type error: expected Object, got null -alt/base_notnull_1alt1_alt3.nit:24,7: Type error: expected Object, got null -alt/base_notnull_1alt1_alt3.nit:26,8: Type error: expected Object, got null -alt/base_notnull_1alt1_alt3.nit:27,12: Type error: expected Object, got null -alt/base_notnull_1alt1_alt3.nit:29,8: Type error: expected Object, got null -alt/base_notnull_1alt1_alt3.nit:30,12: Type error: expected Object, got null -alt/base_notnull_1alt1_alt3.nit:31,7--20: Type error: as(not null) on null -alt/base_notnull_1alt1_alt3.nit:32,7--20: Type error: as(not null) on null -alt/base_notnull_1alt1_alt3.nit:33,7: Type error: or else on null -alt/base_notnull_1alt1_alt3.nit:33,7--17: Type error: expected Object, got nullable Int -alt/base_notnull_1alt1_alt3.nit:34,7: Type error: or else on null -alt/base_notnull_1alt1_alt3.nit:34,7--17: Type error: expected Object, got nullable Int -alt/base_notnull_1alt1_alt3.nit:35,7: Type error: or else on null -alt/base_notnull_1alt1_alt3.nit:35,7--17: Type error: expected Object, got null -alt/base_notnull_1alt1_alt3.nit:36,7: Type error: or else on null -alt/base_notnull_1alt1_alt3.nit:36,7--17: Type error: expected Object, got null +alt/base_notnull_1alt1_alt3.nit:23,7: Type Error: expected `Object`, got `null`. +alt/base_notnull_1alt1_alt3.nit:24,7: Type Error: expected `Object`, got `null`. +alt/base_notnull_1alt1_alt3.nit:25,6: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:27,12: Type Error: expected `Object`, got `null`. +alt/base_notnull_1alt1_alt3.nit:28,6: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:30,12: Type Error: expected `Object`, got `null`. +alt/base_notnull_1alt1_alt3.nit:31,7: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:31,7--20: Type Error: `as(not null)` on `null`. +alt/base_notnull_1alt1_alt3.nit:32,7: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:32,7--20: Type Error: `as(not null)` on `null`. +alt/base_notnull_1alt1_alt3.nit:33,7: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:34,7: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:35,7: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:35,7--17: Type Error: expected `Object`, got `null`. +alt/base_notnull_1alt1_alt3.nit:36,7: Warning: expression is always `null`. +alt/base_notnull_1alt1_alt3.nit:36,7--17: Type Error: expected `Object`, got `null`.