mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Allow method attributes on properties with expression bodies
This commit is contained in:
parent
4369e07a55
commit
535045c48a
6 changed files with 39 additions and 19 deletions
|
@ -580,6 +580,7 @@ public:
|
|||
|
||||
bool IsVirtual();
|
||||
bool HasExplicitInterface();
|
||||
bool IsExpressionBodied();
|
||||
BfAstNode* GetRefNode();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue