X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/base_attr3_alt4.res b/tests/sav/base_attr3_alt4.res index c48963f..707456d 100644 --- a/tests/sav/base_attr3_alt4.res +++ b/tests/sav/base_attr3_alt4.res @@ -1,10 +1,17 @@ -alt/base_attr3_alt4.nit:110,2--9: Error: Method 'a1=' doesn't exists in B. -alt/base_attr3_alt4.nit:112,2--9: Error: Method 'a2=' doesn't exists in B. -alt/base_attr3_alt4.nit:113,2--5: Error: Method 'a3' doesn't exists in B. -alt/base_attr3_alt4.nit:114,2--9: Error: Method 'a3=' doesn't exists in B. -alt/base_attr3_alt4.nit:119,2--5: Error: Method 'a6' doesn't exists in B. -alt/base_attr3_alt4.nit:125,2--5: Error: Method 'a9' doesn't exists in B. -alt/base_attr3_alt4.nit:128,2--10: Error: Method 'a10=' doesn't exists in B. -alt/base_attr3_alt4.nit:130,2--10: Error: Method 'a11=' doesn't exists in B. -alt/base_attr3_alt4.nit:131,2--6: Error: Method 'a12' doesn't exists in B. -alt/base_attr3_alt4.nit:132,2--10: Error: Method 'a12=' doesn't exists in B. +alt/base_attr3_alt4.nit:110,4--5: Error: method `a1=` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:111,4--5: Error: method `a2` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:112,4--5: Error: method `a2=` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:113,4--5: Error: method `a3` does not exists in `B`. +alt/base_attr3_alt4.nit:114,4--5: Error: method `a3=` does not exists in `B`. +alt/base_attr3_alt4.nit:117,4--5: Error: method `a5` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:119,4--5: Error: method `a6` does not exists in `B`. +alt/base_attr3_alt4.nit:122,4--5: Error: method `a7=` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:123,4--5: Error: method `a8` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:124,4--5: Error: method `a8=` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:125,4--5: Error: method `a9` does not exists in `B`. +alt/base_attr3_alt4.nit:126,4--5: Error: method `a9=` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:128,4--6: Error: method `a10=` does not exists in `B`. +alt/base_attr3_alt4.nit:129,4--6: Error: method `a11` is protected and can only accessed by `self`. +alt/base_attr3_alt4.nit:130,4--6: Error: method `a11=` does not exists in `B`. +alt/base_attr3_alt4.nit:131,4--6: Error: method `a12` does not exists in `B`. +alt/base_attr3_alt4.nit:132,4--6: Error: method `a12=` does not exists in `B`.