github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/redeclaration2/README.md (about)

     1  This package is invalid because 'a' is defined twice.
     2  NOTE: the Go parser itself returns an error for redefinitions in the same file,
     3  but testing for redeclarations across files requires our own custom logic.
     4  (arguably we should check ourself either way).