if(et == TINTER && n->left == N) {
// embedded interface - inline the methods
if(n->type->etype != TINTER) {
- yyerror("interface contains embedded non-interface %T", t);
+ yyerror("interface contains embedded non-interface %T", n->type);
continue;
}
for(t1=n->type->type; t1!=T; t1=t1->down) {
bugs/bug194.go:15: array index must be non-negative integer constant
BUG should compile and run
-=========== bugs/bug195.go
-bugs/bug195.go:9: BUG: errchk: compiler crashed
-
=========== bugs/bug196.go
too many calls: 5
panic PC=xxx