Operator overloading with templates works now

This commit is contained in:
Nathan Braswell
2016-02-24 19:41:49 -05:00
parent a14034aad0
commit 40e3536e10
2 changed files with 22 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import io:*
import simple_print:*
obj it {
fun operator+<U>(other: U): it {