type declarations are not working #243

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

Created by: radrow

Type declarations are not working. The following contract fails to compile with unknown_error (it's a type_error):

contract N =                                  
  type d                                       
                                               
contract C =                                 
  entrypoint f() = 123
*Created by: radrow* Type declarations are not working. The following contract fails to compile with `unknown_error` (it's a `type_error`): ``` contract N = type d contract C = 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#243
No description provided.