Merge: Misc AST
[nit.git] / tests / sav / error_init_auto_alt2.res
1 alt/error_init_auto_alt2.nit:34,5--9: Error: Incorrect number of parameters. Got 0, expected 2. Signature is (x: Int, y: Int)
2 alt/error_init_auto_alt2.nit:35,5--12: Error: Incorrect number of parameters. Got 1, expected 2. Signature is (x: Int, y: Int)
3 alt/error_init_auto_alt2.nit:37,5--18: Error: Incorrect number of parameters. Got 3, expected 2. Signature is (x: Int, y: Int)
4 alt/error_init_auto_alt2.nit:38,5--16: Error: Method 'foo' doesn't exists in A.