gogo.cc
255 KB
-
compiler: preserve nointerface property when inlining methods · 16772757
When an inline function (with body) is imported from another package, make that the "nointerface" property (if set) is preserved. Fixes golang/go#30862. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/167742 From-SVN: r269713Ian Lance Taylor committed