diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-03-09 19:29:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 19:29:44 +0100 |
| commit | 345cb8efef31af3e6fda65357fbab25664d385a2 (patch) | |
| tree | 334d923141e1fdb307b9e882373fee58c2be46a6 /progs/tests/wrong_params.sy | |
| parent | 44170a579266501143af63960fda8706df809c09 (diff) | |
| parent | 8d4493d0ac314318498155556467d46b6036d863 (diff) | |
| download | sylt-345cb8efef31af3e6fda65357fbab25664d385a2.tar.gz | |
Merge pull request #104 from FredTheDino/union-types
union types
Diffstat (limited to 'progs/tests/wrong_params.sy')
| -rw-r--r-- | progs/tests/wrong_params.sy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/wrong_params.sy b/progs/tests/wrong_params.sy index e49e89b..0082a3a 100644 --- a/progs/tests/wrong_params.sy +++ b/progs/tests/wrong_params.sy @@ -4,4 +4,4 @@ start :: fn { f } -// errors: [ErrorKind::TypeMismatch(_, _), ErrorKind::TypeMismatch(Type::Void, Type::Int)] +// errors: [ErrorKind::TypeMismatch(_, _), ErrorKind::TypeMismatch(Type::Int, Type::Void)] |
