1
0
Fork 0

Add an outer label to this continue statement as well. Just for good looking. :)

This commit is contained in:
Alexander Andreev 2023-08-11 18:45:17 +04:00
parent c68d7b324a
commit d9e5024d4d
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ outer:
if paramNode != nil {
curNode = paramNode
continue
continue outer
}
break outer