removed type_syntax.mers test because type force syntax will change (and has been removed for now).

i plan to move it to the statement itself rather than the assignment
This commit is contained in:
mark 2023-05-12 01:02:42 +02:00
parent e53fc98f15
commit f76ff55401

View File

@ -1,3 +0,0 @@
var: [string ...] = [...]
&var.push("a string")
var.len().eq(1)