mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 11:30:10 +01:00
Create a `self` parameter when importing a C++ non-static member function. That seems to be all we need to get basic method calls working! For now, `const` methods have by-value self parameters, and non-`const` methods get an `addr self: Self*` parameter.