github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/redeclaration3/redeclaration.gno (about) 1 package redeclaration 2 3 type a struct{} 4 5 func (_ a) method() int { return 1 }