mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improved param defaults, allowing for implicit cast operators
This commit is contained in:
parent
ea072ad77b
commit
5bbffe268b
6 changed files with 98 additions and 32 deletions
|
@ -752,7 +752,7 @@ public:
|
|||
BfMethodDef* mMethodDef;
|
||||
BfType* mReturnType;
|
||||
Array<BfMethodParam> mParams;
|
||||
Array<BfIRValue> mDefaultValues; // ConstIdx
|
||||
Array<BfTypedValue> mDefaultValues;
|
||||
BfModule* mDeclModule;
|
||||
BfMethodProcessRequest* mMethodProcessRequest;
|
||||
BfMethodInfoEx* mMethodInfoEx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue