Templated methods work now, even explicit instantiation (along with implicit)

This commit is contained in:
Nathan Braswell
2016-02-20 02:36:35 -05:00
parent c5dda4b7ec
commit b073d5806b
8 changed files with 112 additions and 212 deletions

View File

@@ -1,4 +1,4 @@
import io:*
import simple_print:*
fun Comparable<T>(): Comparable<T> {
var toRet : Comparable<T>