Constant definitions are accepted by the parser but not by the typechecker #244

Closed
opened 2020-03-12 05:24:26 +09:00 by zxq9 · 0 comments
zxq9 commented 2020-03-12 05:24:26 +09:00 (Migrated from gitlab.com)

Created by: radrow

The following contract causes the typechecker to throw an unknown_error:

contract C =
  let x = 2138
  entrypoint f() =123
*Created by: radrow* The following contract causes the typechecker to throw an `unknown_error`: ``` contract C = let x = 2138 entrypoint f() =123 ```
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: QPQ-AG/sophia#244
No description provided.