aeternity / aesophia

Stand alone compiler for the Sophia smart contract language
https://docs.aeternity.com/aesophia
ISC License
51 stars 19 forks source link

Warning about unused include when there is no include #441

Closed ghallak closed 1 year ago

ghallak commented 1 year ago

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.