[fine] Many test improvements, error improvements

- Check for more error conditions
- Move to more definitive error assertions
- Simpler error messages in some cases
- Test more conditions more thoroughly, revisit old tests
This commit is contained in:
John Doty 2024-01-21 08:14:42 -08:00
parent d0b74db715
commit 5f0a0b3268
20 changed files with 186 additions and 118 deletions

View file

@ -1,5 +1,4 @@
fun something(x: f64, x: f64) {}
// @ignore
// @expect-errors:
// asdfadsf
// | 1:22: duplicate definition of parameter 'x'