func go/parser.assert
9 uses
go/parser (current package)
interface.go#L219: assert(p.topScope == nil, "unbalanced scopes")
parser.go#L121: assert(ident.Obj == nil, "identifier already declared or resolved")
parser.go#L147: assert(ident.Obj == nil, "identifier already declared or resolved")
parser.go#L184: assert(ident.Obj == nil, "identifier already declared or resolved")
parser.go#L455: func assert(cond bool, msg string) {
parser.go#L1175: assert(!isIdent, "type cannot be identifier")
parser.go#L2566: assert(p.topScope == nil, "unbalanced scopes")
parser.go#L2567: assert(p.labelScope == nil, "unbalanced label scopes")
parser.go#L2573: assert(ident.Obj == unresolved, "object already resolved")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |