- 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
152 B
Text
4 lines
152 B
Text
if true { "blarg" } else { 23 }
|
|
|
|
// @expect-errors:
|
|
// | 1:0: the type of the 'then' branch ('string') must match the type of the 'else' branch ('f64')
|