Test for record field parse error

This commit is contained in:
Ulf Norell
2019-05-27 12:04:38 +02:00
parent ee03442ddf
commit 96547ea2ec
4 changed files with 9 additions and 57 deletions
+5
View File
@@ -0,0 +1,5 @@
contract Fail =
record pt = {x : int, y : int}
record r = {p : pt}
function fail() = {p.x = 0, p.y = 0}