Test for record field parse error
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
contract Fail =
|
||||
record pt = {x : int, y : int}
|
||||
record r = {p : pt}
|
||||
function fail() = {p.x = 0, p.y = 0}
|
||||
Reference in New Issue
Block a user