Closed rocky closed 10 years ago
27d1dd3ec1ce43da09be2addc34d12f0c915a828
There are these hacky CheckExpr calls:
if cexpr, errs = CheckExpr(ctx, e.X, env); len(errs) != 0 { for _, cerr := range errs { fmt.Printf("%v\n", cerr) } return nil, false, errors.New("Something wrong checking * expression") }
Dup with #27
27d1dd3ec1ce43da09be2addc34d12f0c915a828
There are these hacky CheckExpr calls: