mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Fixed extension initializers and dtors. [NoExtension]. Extension warning
This commit is contained in:
parent
6e71cbc765
commit
b6db69d2b0
15 changed files with 235 additions and 64 deletions
|
@ -2949,7 +2949,7 @@ public:
|
|||
BfTokenNode* mThisToken;
|
||||
|
||||
BfTokenNode* mInitializerColonToken;
|
||||
BfInvocationExpression* mInitializer;
|
||||
BfExpression* mInitializer;
|
||||
|
||||
}; BF_AST_DECL(BfConstructorDeclaration, BfMethodDeclaration);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue