Warning about unused include when there is no include #441

Closed
opened 2023-03-14 20:08:07 +09:00 by ghallak · 0 comments
ghallak commented 2023-03-14 20:08:07 +09:00 (Migrated from gitlab.com)

Trying to compile the file C.aes:

namespace N =
    function nconst() = 1

main contract C =
    entrypoint f() = N.nconst()

Would show the following error:

The file `C.aes` is included but not used.
Trying to compile the file `C.aes`: ``` namespace N = function nconst() = 1 main contract C = entrypoint f() = N.nconst() ``` Would show the following error: ``` The file `C.aes` is included but not used. ```
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#441
No description provided.