Update semi-colon insertion rules for or_return

This commit is contained in:
gingerBill
2021-08-15 17:16:37 +01:00
parent 21cbac755e
commit b8661e0ae0

View File

@@ -1510,6 +1510,7 @@ semicolon_check:;
case Token_continue:
case Token_fallthrough:
case Token_return:
case Token_or_return:
/*fallthrough*/
case Token_Integer:
case Token_Float: