Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.xpand3/src/static_typesystem.ecore')
-rw-r--r--plugins/org.eclipse.xpand3/src/static_typesystem.ecore2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.xpand3/src/static_typesystem.ecore b/plugins/org.eclipse.xpand3/src/static_typesystem.ecore
index db96c796..a1ba7d39 100644
--- a/plugins/org.eclipse.xpand3/src/static_typesystem.ecore
+++ b/plugins/org.eclipse.xpand3/src/static_typesystem.ecore
@@ -68,5 +68,7 @@
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//DeclaredType" containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="functionDeclarations" upperBound="-1"
+ eType="#//DeclaredFunction" containment="true"/>
</eClassifiers>
</ecore:EPackage>

Back to the top