Revert "Support for stmtListExpr in parser after major keywords. Scaled down version. (#10852)"

This reverts commit 862897dc0f.
This commit is contained in:
Andrii Riabushenko
2019-04-11 18:14:35 +01:00
parent de02fd0b89
commit 6fb0410edb
4 changed files with 12 additions and 54 deletions

View File

@@ -1,20 +0,0 @@
discard """
output: '''10'''
"""
proc xx(a: int): int =
let y = 0
return
var x = 0
x + y
proc b(x: int): int =
raise
var e: ref Exception
new(e)
e.msg = "My Exception msg"
e
##issue 4035
echo(5 +
5)