Added parser test for function with initializer.

This commit is contained in:
Stanislav Erokhin
2015-03-13 20:25:58 +03:00
parent 446816e3db
commit 7a8341d0f1
4 changed files with 31 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@ fun [a()] T.foo<, T, , T>(a : foo) : bar
fun [a()] T.foo<T, T>(, a : foo, , a: b) : bar
fun foo() : = a;
fun foo() = ;