aboutsummaryrefslogtreecommitdiff
path: root/frontend/parse.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/parse.icl')
-rw-r--r--frontend/parse.icl3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl
index f89af28..1204a1e 100644
--- a/frontend/parse.icl
+++ b/frontend/parse.icl
@@ -3783,7 +3783,8 @@ wantEndLocals pState
| ss_useLayout
= case token of
EndGroupToken -> pState
- InToken -> tokenBack pState // For let expressions with cases
+ InToken -> tokenBack (appScanState dropOffsidePosition pState) // PK
+ // InToken -> tokenBack pState // For let expressions with cases
_ -> parseError "local definitions" (Yes token) "end of locals with layout" pState
// ~ ss_useLayout
| token == CurlyCloseToken