[WIP] parses polymorphic types

This commit is contained in:
2017-04-27 14:17:47 -04:00
parent 128b40ce3c
commit 108c9c6fb5
11 changed files with 474 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
//@error
//assigning mismatched polymorphic types
export void foo(floating<0> bar) {
export void foo(floating$0 bar) {
floating baz = bar;
}