Resolve unaryPlus as plus with error.

This commit is contained in:
Stanislav Erokhin
2015-12-17 16:43:44 +03:00
parent 1a6f9b8d1c
commit 7521b89b3e
5 changed files with 49 additions and 27 deletions
@@ -2,4 +2,5 @@ Function call (10: 17) A(0) + A(1) + 2
Function call (11: 20) A(0) plus A(1) plus 2
Function call (12: 20) A(0).plus(A(1).plus(2))
Function call (15: 7) a += 1
Function call (6: 30) fun plus(a: A): A = this + a.n
Function call (6: 30) fun plus(a: A): A = this + a.n
Unclassified usage (18: 5) +A(0)