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
Fix#7660: Drop unused indent parameter in LookaheadScanner
It was never passed explicitly, so was always false.
To fix the initialization error, don't override `val indentSyntax`,
but use a type test in the initializer instead.
0 commit comments