tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
14.73k stars 859 forks source link

compiler,reflect: fix NumMethods for Interface type #4268

Closed frenkel26 closed 1 month ago

frenkel26 commented 1 month ago

Fixes #4260

dgryski commented 1 month ago

I'm going to see if there are any more tests we can uncomment from reflect/all_test.go.

dgryski commented 1 month ago

https://github.com/tinygo-org/tinygo/pull/4276