mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fix fixit for static interface properties.
This commit is contained in:
parent
dbd721f479
commit
3d58885cef
1 changed files with 2 additions and 0 deletions
|
@ -2336,6 +2336,8 @@ bool BfAutoComplete::GetMethodInfo(BfMethodInstance* methodInst, StringImpl* sho
|
|||
|
||||
if (!isInterface)
|
||||
impl += "override ";
|
||||
else if (methodDef->mIsStatic)
|
||||
impl += "static ";
|
||||
|
||||
BfType* propType = methodInst->mReturnType;
|
||||
if (methodDef->mMethodType == BfMethodType_PropertySetter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue