You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Only recognize it under indentSyntax
- But include it as a possible statement start even under Scala 2.
END might be detected before it can be converted back to IDENTIFIER.
So it needs to be included in canStartStatement2, just like IDENTIFIER.
0 commit comments