- 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
159 B
Text
4 lines
159 B
Text
if (if false { true }) { 32 } else { 23 }
|
|
|
|
// @expect-errors:
|
|
// | 1:4: the type of the 'then' branch ('bool') must match the type of the 'else' branch ('()')
|