mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +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)
|
if (!isInterface)
|
||||||
impl += "override ";
|
impl += "override ";
|
||||||
|
else if (methodDef->mIsStatic)
|
||||||
|
impl += "static ";
|
||||||
|
|
||||||
BfType* propType = methodInst->mReturnType;
|
BfType* propType = methodInst->mReturnType;
|
||||||
if (methodDef->mMethodType == BfMethodType_PropertySetter)
|
if (methodDef->mMethodType == BfMethodType_PropertySetter)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue