traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.82k stars 342 forks source link

interp: fix support of type assert expressions in the global scope #1546

Closed mvertes closed 1 year ago

mvertes commented 1 year ago

Add the support of type assert expressions in type parsing which allows to process type assertions in the global scope.

Fixes #1543.