Open marciodel opened 5 years ago
From XtendFieldImplCustom
@Override
public boolean isStatic() {
return super.isStatic() ? true
: getDeclaringType() instanceof XtendInterface || getDeclaringType() instanceof XtendAnnotationType;
}
also the Inferrer and likely JvmModelGenerator may need adoption
The xtend code:
Generates:
Expected result: