code: remove `protected` from top-level methods (now in sys)
[nit.git] / tests / sav / base_attr3_alt2.res
1 alt/base_attr3_alt2.nit:49,3--10: Error: Method 'a1=' doesn't exists in A.
2 alt/base_attr3_alt2.nit:50,3--6: Error: Method 'a2' is protected and can only acceded by self.
3 alt/base_attr3_alt2.nit:51,3--10: Error: Method 'a2=' doesn't exists in A.
4 alt/base_attr3_alt2.nit:52,3--6: Error: Method 'a3' doesn't exists in A.
5 alt/base_attr3_alt2.nit:53,3--10: Error: Method 'a3=' doesn't exists in A.
6 alt/base_attr3_alt2.nit:56,3--6: Error: Method 'a5' is protected and can only acceded by self.
7 alt/base_attr3_alt2.nit:58,3--6: Error: Method 'a6' doesn't exists in A.
8 alt/base_attr3_alt2.nit:61,3--10: Error: Method 'a7=' is protected and can only acceded by self.
9 alt/base_attr3_alt2.nit:62,3--6: Error: Method 'a8' is protected and can only acceded by self.
10 alt/base_attr3_alt2.nit:63,3--10: Error: Method 'a8=' is protected and can only acceded by self.
11 alt/base_attr3_alt2.nit:64,3--6: Error: Method 'a9' doesn't exists in A.
12 alt/base_attr3_alt2.nit:65,3--10: Error: Method 'a9=' is protected and can only acceded by self.
13 alt/base_attr3_alt2.nit:67,3--11: Error: Method 'a10=' doesn't exists in A.
14 alt/base_attr3_alt2.nit:68,3--7: Error: Method 'a11' is protected and can only acceded by self.
15 alt/base_attr3_alt2.nit:69,3--11: Error: Method 'a11=' doesn't exists in A.
16 alt/base_attr3_alt2.nit:70,3--7: Error: Method 'a12' doesn't exists in A.
17 alt/base_attr3_alt2.nit:71,3--11: Error: Method 'a12=' doesn't exists in A.