s/consume/consumeSingle

This commit is contained in:
Luna 2019-08-26 20:23:11 -03:00
parent 5f8d9da6fa
commit a72346b888
2 changed files with 6 additions and 6 deletions

View file

@ -53,4 +53,4 @@ fn main(a int) int {
v()()()
}
fn voidfunc() {}
fn (v Typ) voidfunc() {}