|
@@ -1978,7 +1978,6 @@ auto TypeChecker::ExpectReturnOnAllPaths(
|
|
|
case StatementKind::Continuation:
|
|
case StatementKind::Continuation:
|
|
|
case StatementKind::Run:
|
|
case StatementKind::Run:
|
|
|
case StatementKind::Await:
|
|
case StatementKind::Await:
|
|
|
- return Success();
|
|
|
|
|
case StatementKind::Assign:
|
|
case StatementKind::Assign:
|
|
|
case StatementKind::ExpressionStatement:
|
|
case StatementKind::ExpressionStatement:
|
|
|
case StatementKind::While:
|
|
case StatementKind::While:
|