Contract declarations under namespace #242

Closed
opened 2020-03-10 19:30:27 +09:00 by zxq9 · 0 comments
zxq9 commented 2020-03-10 19:30:27 +09:00 (Migrated from gitlab.com)

Created by: radrow

The following contract glitches out throwing unknown_error:

namespace N =                                                               
  contract C =                                                              
    entrypoint f : () => int
contract C =
  entrypoint f(c : N.C) = c.f()
*Created by: radrow* The following contract glitches out throwing `unknown_error`: ``` namespace N = contract C = entrypoint f : () => int contract C = entrypoint f(c : N.C) = c.f() ```
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#242
No description provided.