diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-03-08 20:53:01 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-03-08 20:53:01 +0100 |
| commit | 858d5c1756b64f4973588424b8ba375136740510 (patch) | |
| tree | 0c1fb1122d60e85db4b6abcc7cbebce007d21139 /progs/tests/wrong_params.sy | |
| parent | 3bd382ae68eea0b40d60a0491aad760ae757ef2e (diff) | |
| download | sylt-858d5c1756b64f4973588424b8ba375136740510.tar.gz | |
order the return type correctly
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)] |
