X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_variance_attr.res b/tests/sav/test_variance_attr.res index 843263b..2bff123 100644 --- a/tests/sav/test_variance_attr.res +++ b/tests/sav/test_variance_attr.res @@ -1,2 +1,2 @@ -test_variance_attr.nit:28,21--32: Redef Error: Wrong static type. found nullable Int, expected nullable Object. -test_variance_attr.nit:29,21--30: Redef Error: Wrong static type. found nullable B, expected nullable A. +test_variance_attr.nit:28,20--31: Redef Error: Wrong type for parameter `foo'. found nullable Int, expected nullable Object. +test_variance_attr.nit:29,20--29: Redef Error: Wrong type for parameter `bar'. found nullable B, expected nullable A.