- 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
4 lines
102 B
Text
4 lines
102 B
Text
fun something(x: f64, x: f64) {}
|
|
|
|
// @expect-errors:
|
|
// | 1:22: duplicate definition of parameter 'x'
|