1
0
Fork 0
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:
Brian Fiete 2020-05-07 13:19:02 -07:00
parent ea072ad77b
commit 5bbffe268b
6 changed files with 98 additions and 32 deletions

View file

@ -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;