Skip to content

Commit

Permalink
core: fix property getter for anonymous SU contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas Szabo committed Jan 29, 2016
1 parent 136c141 commit c187d6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
<concept id="1137021947720" name="jetbrains.mps.baseLanguage.structure.ConceptFunction" flags="in" index="2VMwT0">
<child id="1137022507850" name="body" index="2VODD2" />
</concept>
<concept id="1070475926800" name="jetbrains.mps.baseLanguage.structure.StringLiteral" flags="nn" index="Xl_RD">
<property id="1070475926801" name="value" index="Xl_RC" />
</concept>
<concept id="1070534058343" name="jetbrains.mps.baseLanguage.structure.NullLiteral" flags="nn" index="10Nm6u" />
<concept id="1070534644030" name="jetbrains.mps.baseLanguage.structure.BooleanType" flags="in" index="10P_77" />
<concept id="1068431474542" name="jetbrains.mps.baseLanguage.structure.VariableDeclaration" flags="ng" index="33uBYm">
Expand All @@ -58,7 +55,7 @@
<child id="1068580123161" name="ifTrue" index="3clFbx" />
<child id="1206060520071" name="elsifClauses" index="3eNLev" />
</concept>
<concept id="1068580123136" name="jetbrains.mps.baseLanguage.structure.StatementList" flags="sn" index="3clFbS">
<concept id="1068580123136" name="jetbrains.mps.baseLanguage.structure.StatementList" flags="sn" stub="5293379017992965193" index="3clFbS">
<child id="1068581517665" name="statement" index="3cqZAp" />
</concept>
<concept id="1068580123137" name="jetbrains.mps.baseLanguage.structure.BooleanConstant" flags="nn" index="3clFbT">
Expand Down Expand Up @@ -1093,15 +1090,6 @@
</node>
</node>
</node>
<node concept="Eqf_E" id="2UJM6DuNNXu" role="EtsB7">
<node concept="3clFbS" id="2UJM6DuNNXv" role="2VODD2">
<node concept="3clFbF" id="2UJM6DuNNYa" role="3cqZAp">
<node concept="Xl_RD" id="2UJM6DuNNY9" role="3clFbG">
<property role="Xl_RC" value="" />
</node>
</node>
</node>
</node>
</node>
</node>
<node concept="1M2fIO" id="7ya9dte0lC$">
Expand All @@ -1118,13 +1106,6 @@
</node>
</node>
</node>
<node concept="Eqf_E" id="2UJM6DuMJhR" role="EtsB7">
<node concept="3clFbS" id="2UJM6DuMJhS" role="2VODD2">
<node concept="3clFbF" id="2UJM6DuMJj6" role="3cqZAp">
<node concept="Xl_RD" id="2UJM6DuMJj5" role="3clFbG" />
</node>
</node>
</node>
</node>
</node>
<node concept="1M2fIO" id="2UJM6DuOSG5">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
<language id="d7a92d38-f7db-40d0-8431-763b0c3c9f20" fqName="jetbrains.mps.lang.intentions" version="0" />
<language id="90746344-04fd-4286-97d5-b46ae6a81709" fqName="jetbrains.mps.lang.migration" version="0" />
<language id="d4615e3b-d671-4ba9-af01-2b78369b0ba7" fqName="jetbrains.mps.lang.pattern" version="0" />
<language id="28f9e497-3b42-4291-aeba-0a1039153ab1" fqName="jetbrains.mps.lang.plugin" version="0" />
<language id="3a13115c-633c-4c5c-bbcc-75c4219e9555" fqName="jetbrains.mps.lang.quotation" version="0" />
<language id="0eddeefa-c2d6-4437-bc2c-de50fd4ce470" fqName="jetbrains.mps.lang.script" version="0" />
<language id="13744753-c81f-424a-9c1b-cf8943bf4e86" fqName="jetbrains.mps.lang.sharedConcepts" version="0" />
Expand Down

0 comments on commit c187d6d

Please sign in to comment.