- Fixed illegal wrapping of ternary expressions inside single-line string interpolation
- Fixed bug where
await case
was incorrectly interpreted as ending the current scope - Fixed issue where
async throws
was indented incorrectly - Fixed bug where a pair of less-than, greater-than operators could be interpreted as generics
- Fixed case where
andOperator
rule could introduce parser ambiguity