allow optional return types on functions

This commit is contained in:
Luna 2019-08-26 17:26:20 -03:00
parent 9eaa71cbd6
commit e2f7343242
2 changed files with 22 additions and 3 deletions

View file

@ -52,3 +52,5 @@ fn main(a int) int {
v()()()
}
fn voidfunc() {}