const internal/types/errors.BadTypeKeyword

3 uses

	internal/types/errors (current package)
		code_string.go#L123: 	_ = x[BadTypeKeyword-115]
		codes.go#L1100: 	BadTypeKeyword

	go/types
		expr.go#L1068: 			check.error(e, BadTypeKeyword, "use of .(type) outside type switch")