From c21433938d0fde2b0d66541dd649756e27f0ff89 Mon Sep 17 00:00:00 2001 From: araq Date: Thu, 18 Dec 2025 08:12:55 +0100 Subject: [PATCH] progress --- compiler/transf.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/transf.nim b/compiler/transf.nim index 8312181034..124ffa2f78 100644 --- a/compiler/transf.nim +++ b/compiler/transf.nim @@ -245,6 +245,7 @@ proc hasContinue(n: PNode): bool = case n.kind of nkEmpty..nkNilLit, nkForStmt, nkParForStmt, nkWhileStmt: result = false of nkContinueStmt: result = true + of routineDefs: result = false else: result = false for i in 0..