Skip to content

added special annotations to helper concepts and docs #428

added special annotations to helper concepts and docs

added special annotations to helper concepts and docs #428

GitHub Actions / Test Results failed Oct 14, 2024 in 0s

2 errors, 805 pass in 12s

807 tests   805 ✅  12s ⏱️
  1 suites    0 💤
  1 files      0 ❌  2 🔥

Results for commit 2c3254c.

Annotations

Check failure on line 0 in io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_MpsDeprecatedSpecial (io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test) with error

TEST-jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0-tests.xml [took 0s]
Raw output
Cannot handle SLanguage that's not an SLanguageAdapter: io.lionweb.mps.converter.TestDeprecated
io.lionweb.mps.converter.m2.NotAnAdapterException: Cannot handle SLanguage that's not an SLanguageAdapter: io.lionweb.mps.converter.TestDeprecated
	at io.lionweb.mps.converter.m2.idmapper.slanguage.SLanguageIdExtractor.toId(SLanguageIdExtractor.java:70)
	at io.lionweb.mps.converter.m2.idmapper.slanguage.SLanguageCompleteKeyMapper.mapLanguage(SLanguageCompleteKeyMapper.java:34)
	at io.lionweb.mps.converter.m2.idmapper.slanguage.SLanguageCompleteKeyMapper.mapLanguage(SLanguageCompleteKeyMapper.java:23)
	at io.lionweb.mps.converter.m2.idmapper.ADelegateKeyMapper.mapLanguage(ADelegateKeyMapper.java:21)
	at io.lionweb.mps.converter.m2.idmapper.CompositeGuaranteedMapper$1.select(CompositeGuaranteedMapper.java:33)
	at io.lionweb.mps.converter.m2.idmapper.CompositeGuaranteedMapper$1.select(CompositeGuaranteedMapper.java:30)
	at jetbrains.mps.internal.collections.runtime.ISelector.invoke(ISelector.java:12)
	at jetbrains.mps.internal.collections.runtime.impl.SelectingSequence$SelectingIterator.moveToNext(SelectingSequence.java:60)
	at jetbrains.mps.internal.collections.runtime.impl.SelectingSequence$SelectingIterator.hasNext(SelectingSequence.java:32)
	at jetbrains.mps.internal.collections.runtime.impl.FilteringSequence$FilteringIterator.moveToNext(FilteringSequence.java:61)
	at jetbrains.mps.internal.collections.runtime.impl.FilteringSequence$FilteringIterator.hasNext(FilteringSequence.java:34)
	at jetbrains.mps.internal.collections.runtime.IterableUtils.first(IterableUtils.java:59)
	at jetbrains.mps.internal.collections.runtime.AbstractSequence.first(AbstractSequence.java:187)
	at io.lionweb.mps.converter.m2.idmapper.CompositeGuaranteedMapper.mapLanguage(CompositeGuaranteedMapper.java:39)
	at io.lionweb.mps.json.language.Language2JsonConverter.createLanguage(Language2JsonConverter.java:210)
	at io.lionweb.mps.json.language.Language2JsonConverter.createAndRegisterLanguage(Language2JsonConverter.java:149)
	at io.lionweb.mps.json.language.Language2JsonConverter.createEntities(Language2JsonConverter.java:136)
	at io.lionweb.mps.json.language.Language2JsonConverter.convert(Language2JsonConverter.java:122)
	at io.lionweb.mps.json.M2ToJson.convert(M2ToJson.java:67)
	at io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test$TestBody.test_MpsDeprecatedSpecial(exportSLanguage2Json_Test.java:172)
	at io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test.test_MpsDeprecatedSpecial(exportSLanguage2Json_Test.java:98)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jetbrains.mps.lang.test.runtime.RunWithCommand$1$1.run(RunWithCommand.java:29)
	at jetbrains.mps.smodel.WorkbenchModelAccess$UndoContextSetup.run(WorkbenchModelAccess.java:371)
	at jetbrains.mps.smodel.ActionDispatcher.dispatch(ActionDispatcher.java:88)
	at jetbrains.mps.smodel.ActionDispatcher.lambda$wrap$0(ActionDispatcher.java:110)
	at jetbrains.mps.smodel.ActionDispatcher.dispatch(ActionDispatcher.java:88)
	at jetbrains.mps.smodel.ActionDispatcher.lambda$wrap$0(ActionDispatcher.java:110)
	at jetbrains.mps.smodel.LockRunnable.run(LockRunnable.java:60)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:959)
	at jetbrains.mps.smodel.TryRunPlatformWriteHelper.runWrite(TryRunPlatformWriteHelper.java:103)
	at jetbrains.mps.smodel.TryRunPlatformWriteHelper.lambda$withPlatformWrite$1(TryRunPlatformWriteHelper.java:96)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:216)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:172)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:162)
	at jetbrains.mps.smodel.WorkbenchModelAccess.executeCommand(WorkbenchModelAccess.java:306)
	at jetbrains.mps.smodel.ProjectModelAccess2.executeCommand(ProjectModelAccess2.java:35)
	at jetbrains.mps.lang.test.runtime.RunWithCommand$1$2.run(RunWithCommand.java:38)
	at jetbrains.mps.ide.ThreadUtils$LogExceptionsRunnable.run(ThreadUtils.java:81)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:218)
	at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:21)
	at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:200)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
	at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeAndWait$7(ApplicationImpl.java:428)
	at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:134)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:133)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
	at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:189)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:839)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Check failure on line 0 in io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_MpsDeprecated (io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test) with error

TEST-jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0-tests.xml [took 0s]
Raw output
Cannot handle SLanguage that's not an SLanguageAdapter: io.lionweb.mps.converter.TestDeprecated
io.lionweb.mps.converter.m2.NotAnAdapterException: Cannot handle SLanguage that's not an SLanguageAdapter: io.lionweb.mps.converter.TestDeprecated
	at io.lionweb.mps.converter.m2.idmapper.slanguage.SLanguageIdExtractor.toId(SLanguageIdExtractor.java:70)
	at io.lionweb.mps.converter.m2.idmapper.slanguage.SLanguageCompleteKeyMapper.mapLanguage(SLanguageCompleteKeyMapper.java:34)
	at io.lionweb.mps.converter.m2.idmapper.slanguage.SLanguageCompleteKeyMapper.mapLanguage(SLanguageCompleteKeyMapper.java:23)
	at io.lionweb.mps.converter.m2.idmapper.ADelegateKeyMapper.mapLanguage(ADelegateKeyMapper.java:21)
	at io.lionweb.mps.converter.m2.idmapper.CompositeGuaranteedMapper$1.select(CompositeGuaranteedMapper.java:33)
	at io.lionweb.mps.converter.m2.idmapper.CompositeGuaranteedMapper$1.select(CompositeGuaranteedMapper.java:30)
	at jetbrains.mps.internal.collections.runtime.ISelector.invoke(ISelector.java:12)
	at jetbrains.mps.internal.collections.runtime.impl.SelectingSequence$SelectingIterator.moveToNext(SelectingSequence.java:60)
	at jetbrains.mps.internal.collections.runtime.impl.SelectingSequence$SelectingIterator.hasNext(SelectingSequence.java:32)
	at jetbrains.mps.internal.collections.runtime.impl.FilteringSequence$FilteringIterator.moveToNext(FilteringSequence.java:61)
	at jetbrains.mps.internal.collections.runtime.impl.FilteringSequence$FilteringIterator.hasNext(FilteringSequence.java:34)
	at jetbrains.mps.internal.collections.runtime.IterableUtils.first(IterableUtils.java:59)
	at jetbrains.mps.internal.collections.runtime.AbstractSequence.first(AbstractSequence.java:187)
	at io.lionweb.mps.converter.m2.idmapper.CompositeGuaranteedMapper.mapLanguage(CompositeGuaranteedMapper.java:39)
	at io.lionweb.mps.json.language.Language2JsonConverter.createLanguage(Language2JsonConverter.java:210)
	at io.lionweb.mps.json.language.Language2JsonConverter.createAndRegisterLanguage(Language2JsonConverter.java:149)
	at io.lionweb.mps.json.language.Language2JsonConverter.createEntities(Language2JsonConverter.java:136)
	at io.lionweb.mps.json.language.Language2JsonConverter.convert(Language2JsonConverter.java:122)
	at io.lionweb.mps.json.M2ToJson.convert(M2ToJson.java:67)
	at io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test$TestBody.exportAnnotated(exportSLanguage2Json_Test.java:192)
	at io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test$TestBody.test_MpsDeprecated(exportSLanguage2Json_Test.java:165)
	at io.lionweb.mps.json.test.json2slanguage.exportSLanguage2Json_Test.test_MpsDeprecated(exportSLanguage2Json_Test.java:94)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jetbrains.mps.lang.test.runtime.RunWithCommand$1$1.run(RunWithCommand.java:29)
	at jetbrains.mps.smodel.WorkbenchModelAccess$UndoContextSetup.run(WorkbenchModelAccess.java:371)
	at jetbrains.mps.smodel.ActionDispatcher.dispatch(ActionDispatcher.java:88)
	at jetbrains.mps.smodel.ActionDispatcher.lambda$wrap$0(ActionDispatcher.java:110)
	at jetbrains.mps.smodel.ActionDispatcher.dispatch(ActionDispatcher.java:88)
	at jetbrains.mps.smodel.ActionDispatcher.lambda$wrap$0(ActionDispatcher.java:110)
	at jetbrains.mps.smodel.LockRunnable.run(LockRunnable.java:60)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:959)
	at jetbrains.mps.smodel.TryRunPlatformWriteHelper.runWrite(TryRunPlatformWriteHelper.java:103)
	at jetbrains.mps.smodel.TryRunPlatformWriteHelper.lambda$withPlatformWrite$1(TryRunPlatformWriteHelper.java:96)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:216)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:172)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:162)
	at jetbrains.mps.smodel.WorkbenchModelAccess.executeCommand(WorkbenchModelAccess.java:306)
	at jetbrains.mps.smodel.ProjectModelAccess2.executeCommand(ProjectModelAccess2.java:35)
	at jetbrains.mps.lang.test.runtime.RunWithCommand$1$2.run(RunWithCommand.java:38)
	at jetbrains.mps.ide.ThreadUtils$LogExceptionsRunnable.run(ThreadUtils.java:81)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:218)
	at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:21)
	at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:200)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
	at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeAndWait$7(ApplicationImpl.java:428)
	at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:134)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:84)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:133)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
	at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:189)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:839)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Check notice on line 0 in jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0

See this annotation in the file changed.

@github-actions github-actions / Test Results

Logging on stdout of test suite jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0

Test suite jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0 has the following stdout output (see Raw output).
Raw output
Log4j is initialized by MPS from the configuration file /home/runner/.gradle/caches/transforms-3/156e8326f9e8d9ea287a92602a7c56e9/transformed/mps/bin/log.xml
LOG_DIR macro was evaluated to /home/runner/work/lionweb-mps/lionweb-mps/.mps-caches/logsLog4j is initialized by MPS from the configuration file /home/runner/.gradle/caches/transforms-3/156e8326f9e8d9ea287a92602a7c56e9/transformed/mps/bin/log.xml
LOG_DIR macro was evaluated to /home/runner/work/lionweb-mps/lionweb-mps/.mps-caches/logs/home/runner/work/lionweb-mps/lionweb-mps/solutions/io.lionweb.mps.json.test/resources/TestDeps-PropertyType.json should be:
{
  "serializationFormatVersion": "2023.1",
  "languages": [
    {
      "key": "LionCore-M3",
      "version": "2023.1"
    },
    {
      "key": "LionCore-builtins",
      "version": "2023.1"
    }
  ],
  "nodes": [
    {
      "id": "PropertyType",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Interface"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "PropertyType"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "PropertyType"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": [
            "PropertyType-myProp"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Interface-extends"
          },
          "targets": []
        }
      ],
      "annotations": [],
      "parent": "io-lionweb-mps-converter-deps-PropertyType"
    },
    {
      "id": "PropertyType-myProp",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Property"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "PropertyType-myProp"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "myProp"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "StandaloneEnum",
              "reference": "StandaloneEnum"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "PropertyType"
    },
    {
      "id": "StandaloneEnum",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Enumeration"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "StandaloneEnum"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "StandaloneEnum"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Enumeration-literals"
          },
          "children": [
            "StandaloneEnum-a",
            "StandaloneEnum-b",
            "StandaloneEnum-c"
          ]
        }
      ],
      "references": [],
      "annotations": [],
      "parent": "io-lionweb-mps-converter-deps-Standalone"
    },
    {
      "id": "StandaloneEnum-a",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "EnumerationLiteral"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "StandaloneEnum-a"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "a"
        }
      ],
      "containments": [],
      "references": [],
      "annotations": [],
      "parent": "StandaloneEnum"
    },
    {
      "id": "StandaloneEnum-b",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "EnumerationLiteral"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "StandaloneEnum-b"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "b"
        }
      ],
      "containments": [],
      "references": [],
      "annotations": [],
      "parent": "StandaloneEnum"
    },
    {
      "id": "StandaloneEnum-c",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "EnumerationLiteral"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "StandaloneEnum-c"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "c"
        }
      ],
      "containments": [],
      "references": [],
      "annotations": [],
      "parent": "StandaloneEnum"
    },
    {
      "id": "io-lionweb-mps-converter-deps-PropertyType",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Language"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "io-lionweb-mps-converter-deps-PropertyType"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-version"
          },
          "value": "0"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "io.lionweb.mps.converter.deps.PropertyType"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-entities"
          },
          "children": [
            "PropertyType"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-dependsOn"
          },
          "targets": [
            {
              "resolveInfo": "io.lionweb.mps.converter.deps.Standalone",
              "reference": "io-lionweb-mps-converter-deps-Standalone"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": null
    },
    {
      "id": "io-lionweb-mps-converter-deps-Standalone",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Language"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "io-lionweb-mps-converter-deps-Standalone"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-version"
          },
          "value": "0"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "io.lionweb.mps.converter.deps.Standalone"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-entities"
          },
          "children": [
            "StandaloneEnum"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-dependsOn"
          },
          "targets": []
        }
      ],
      "annotations": [],
      "parent": null
    }
  ]
}
/home/runner/work/lionweb-mps/lionweb-mps/solutions/io.lionweb.mps.json.test/resources/TestDeps-PluginStandalone.json should be:
{
  "serializationFormatVersion": "2023.1",
  "languages": [
    {
      "key": "LionCore-M3",
      "version": "2023.1"
    },
    {
      "key": "LionCore-builtins",
      "version": "2023.1"
    }
  ],
  "nodes": [
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIx",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Language"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIx"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-version"
          },
          "value": "5"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "jetbrains.mps.lang.plugin"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-entities"
          },
          "children": [
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2NzY2NzI1NTU",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2NzY4Nzk1MjY",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODY4ODI1NTA",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODY5NjkzNTY",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA3NjM1NTAwMDc",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTAxNzkxMzQwNjM",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTAxNzkxOTAwNzA",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTI1Nzg1OTU0NjM",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTM4ODg2NTM4OTY",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTM4ODg2Nzc3MTE",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzI0OTg2MjA3MjA3NzA2NjQ1Njc",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzMzMzkxMzE5OTM1NDIwNTc3Njc",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzQ3MTYyNTkyNzUwMzUwOTg4OQ",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzY1NDcyMzc4NTA1Njc0NTgyNjg"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Language-dependsOn"
          },
          "targets": [
            {
              "resolveInfo": "jetbrains.mps.baseLanguage.classifiers",
              "reference": "NDQzZjRjMzYtZmNmNS00ZWI2LTk1MDAtOGQwNmVkMjU5ZTNl"
            },
            {
              "resolveInfo": "jetbrains.mps.lang.resources",
              "reference": "OTgyZWI4ZGYtMmM5Ni00YmQ3LTk5NjMtMTE3MTJlYTYyMmU1"
            },
            {
              "resolveInfo": "jetbrains.mps.lang.core",
              "reference": "Y2VhYjUxOTUtMjVlYS00ZjIyLTliOTItMTAzYjk1Y2E4YzBj"
            },
            {
              "resolveInfo": "jetbrains.mps.lang.structure",
              "reference": "YzcyZGEyYjktN2NjZS00NDQ3LTgzODktZjQwN2RjMTE1OGI3"
            },
            {
              "resolveInfo": "jetbrains.mps.baseLanguage",
              "reference": "ZjMwNjFhNTMtOTIyNi00Y2M1LWE0NDMtZjk1MmNlYWY1ODE2"
            },
            {
              "resolveInfo": "jetbrains.mps.lang.checkedName",
              "reference": "ZmU5ZDc2ZDctNTgwOS00NWM5LWFlMjgtYTQwOTE1YjRkNmZm"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": null
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2NzY2NzI1NTU",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Concept"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-abstract"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-partition"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2NzY2NzI1NTU"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "OnBeforeWriteBlock"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": []
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-extends"
          },
          "targets": [
            {
              "resolveInfo": "ConceptFunction",
              "reference": "ZjMwNjFhNTMtOTIyNi00Y2M1LWE0NDMtZjk1MmNlYWY1ODE2LzExMzcwMjE5NDc3MjA"
            }
          ]
        },
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-implements"
          },
          "targets": []
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIx"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2NzY4Nzk1MjY",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Concept"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-abstract"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-partition"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2NzY4Nzk1MjY"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "OnAfterReadBlock"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": []
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-extends"
          },
          "targets": [
            {
              "resolveInfo": "ConceptFunction",
              "reference": "ZjMwNjFhNTMtOTIyNi00Y2M1LWE0NDMtZjk1MmNlYWY1ODE2LzExMzcwMjE5NDc3MjA"
            }
          ]
        },
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-implements"
          },
          "targets": []
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIx"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Concept"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-abstract"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-partition"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "PreferencePage"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": [
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTExMzg4ODY1MzU2NzU0Njk5NQ",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njc4Mzc4Nw",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njg0NTU1MQ",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njk1NjU4Mg",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4NjkzNjk4OA",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDc2MzY0NzA1MA",
            "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTU1NzI2MDMxNzIzNjI1OTM0NQ"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-extends"
          },
          "targets": [
            {
              "resolveInfo": "Node",
              "reference": "LionCore-builtins-Node"
            }
          ]
        },
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-implements"
          },
          "targets": [
            {
              "resolveInfo": "IValidIdentifier",
              "reference": "ZjMwNjFhNTMtOTIyNi00Y2M1LWE0NDMtZjk1MmNlYWY1ODE2LzEyMTIxNzAyNzU4NTM"
            },
            {
              "resolveInfo": "ICheckedNamePolicy",
              "reference": "ZmU5ZDc2ZDctNTgwOS00NWM5LWFlMjgtYTQwOTE1YjRkNmZmLzQ4NDQ4MTM0ODQxNzI2MTEzODQ"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIx"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTExMzg4ODY1MzU2NzU0Njk5NQ",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTExMzg4ODY1MzU2NzU0Njk5NQ"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "icon"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "Icon",
              "reference": "OTgyZWI4ZGYtMmM5Ni00YmQ3LTk5NjMtMTE3MTJlYTYyMmU1LzI3NTY2MjEwMjQ1NDEzMTg4OTQ"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njc4Mzc4Nw",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Property"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njc4Mzc4Nw"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "iconPath"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "String",
              "reference": "LionCore-builtins-String"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njg0NTU1MQ",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njg0NTU1MQ"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "component"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "Expression",
              "reference": "ZjMwNjFhNTMtOTIyNi00Y2M1LWE0NDMtZjk1MmNlYWY1ODE2LzEwNjg0MzE3OTAxOTE"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njk1NjU4Mg",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4Njk1NjU4Mg"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "commitBlock"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "PreferencePageCommitBlock",
              "reference": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODY5NjkzNTY"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4NjkzNjk4OA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDY4NjkzNjk4OA"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "resetBlock"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "PreferencePageResetBlock",
              "reference": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODY4ODI1NTA"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDc2MzY0NzA1MA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTIxMDc2MzY0NzA1MA"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "isModifiedBlock"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "PreferencePageIsModifiedBlock",
              "reference": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA3NjM1NTAwMDc"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODM"
    },
    {
      "id": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTU1NzI2MDMxNzIzNjI1OTM0NQ",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Property"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MjhmOWU0OTctM2I0Mi00MjkxLWFlYmEtMGExMDM5MTUzYWIxLzEyMTA2ODQzODUxODMvMTU1NzI2MDMxNzIzNjI1OTM0NQ"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "helpTopic"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "String",
              "reference": "LionCore-builtins-String"
            }
          ]
        }
      ],
      "annotations": []…2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIwOTEzNw"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "primitiveProp"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "String",
              "reference": "LionCore-builtins-String"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIwOTk1MA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIwOTk1MA"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "zeroToOne"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "TestConceptNoExtends",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDQ5MDM"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMDI2NA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMDI2NA"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "one"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "TestConceptBase",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMDg2NQ",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMDg2NQ"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "zeroToMany"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "TestInterfaceBase",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODU"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMTc3OQ",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMTc3OQ"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "oneToMany"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "TestConceptExtends1",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTIxMjI"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMzM1OA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Reference"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxMzM1OA"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "refZeroToOne"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "Node",
              "reference": "LionCore-builtins-Node"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxNDAxNA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Reference"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTEvMjU4NTM3ODE2NTk3MzIxNDAxNA"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "refOne"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "TestInterfaceExtends1",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODc"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTIxMjI",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Concept"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-abstract"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-partition"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTIxMjI"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "TestConceptExtends1"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": []
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-extends"
          },
          "targets": [
            {
              "resolveInfo": "TestConceptBase",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
            }
          ]
        },
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-implements"
          },
          "targets": [
            {
              "resolveInfo": "TestInterfaceBase",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODU"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODU",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Interface"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODU"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "TestInterfaceBase"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": [
            "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODUvMjU4NTM3ODE2NTk3MzIxNzc4Mg"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Interface-extends"
          },
          "targets": []
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODUvMjU4NTM3ODE2NTk3MzIxNzc4Mg",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Property"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODUvMjU4NTM3ODE2NTk3MzIxNzc4Mg"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "testInterfaceBaseProp"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "String",
              "reference": "LionCore-builtins-String"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODU"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzE",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Interface"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzE"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "TestInterfaceExtends2"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": [
            "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIxOTExMg",
            "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIyMTgyMA",
            "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIyMjU3Ng"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Interface-extends"
          },
          "targets": [
            {
              "resolveInfo": "TestInterfaceExtends1",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODc"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIxOTExMg",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Property"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIxOTExMg"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "testInterfaceExtends2Prop"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "Integer",
              "reference": "LionCore-builtins-Integer"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIyMTgyMA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Containment"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIyMTgyMA"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "anything"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "Node",
              "reference": "LionCore-builtins-Node"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIyMjU3Ng",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Reference"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzEvMjU4NTM3ODE2NTk3MzIyMjU3Ng"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-multiple"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "circular"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Link-type"
          },
          "targets": [
            {
              "resolveInfo": "TestConceptBase",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDY0NTE"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzE"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODc",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Interface"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODc"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "TestInterfaceExtends1"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": [
            "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODcvMjU4NTM3ODE2NTk3MzIxODUzOA"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Interface-extends"
          },
          "targets": [
            {
              "resolveInfo": "TestInterfaceBase",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODU"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODcvMjU4NTM3ODE2NTk3MzIxODUzOA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Property"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODcvMjU4NTM3ODE2NTk3MzIxODUzOA"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "testInterfaceExtends1Prop"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "Boolean",
              "reference": "LionCore-builtins-Boolean"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTUzODc"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTYzMjk",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Interface"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTYzMjk"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "TestInterfaceExtends3"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": [
            "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTYzMjkvMjU4NTM3ODE2NTk3MzIyMDEyOA"
          ]
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Interface-extends"
          },
          "targets": [
            {
              "resolveInfo": "INamed",
              "reference": "LionCore-builtins-INamed"
            },
            {
              "resolveInfo": "TestInterfaceBase",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTQzODU"
            },
            {
              "resolveInfo": "TestInterfaceExtends2",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzE"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTYzMjkvMjU4NTM3ODE2NTk3MzIyMDEyOA",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Property"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Feature-optional"
          },
          "value": "true"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTYzMjkvMjU4NTM3ODE2NTk3MzIyMDEyOA"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "testInterfaceExtends3Prop"
        }
      ],
      "containments": [],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Property-type"
          },
          "targets": [
            {
              "resolveInfo": "TestConstrainedDatatype",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMDQ2Njc"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTYzMjk"
    },
    {
      "id": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMjMyMDU",
      "classifier": {
        "language": "LionCore-M3",
        "version": "2023.1",
        "key": "Concept"
      },
      "properties": [
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-abstract"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-partition"
          },
          "value": "false"
        },
        {
          "property": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "IKeyed-key"
          },
          "value": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMjMyMDU"
        },
        {
          "property": {
            "language": "LionCore-builtins",
            "version": "2023.1",
            "key": "LionCore-builtins-INamed-name"
          },
          "value": "TestConceptExtends2"
        }
      ],
      "containments": [
        {
          "containment": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Classifier-features"
          },
          "children": []
        }
      ],
      "references": [
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-extends"
          },
          "targets": [
            {
              "resolveInfo": "TestConceptExtends1",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTIxMjI"
            }
          ]
        },
        {
          "reference": {
            "language": "LionCore-M3",
            "version": "2023.1",
            "key": "Concept-implements"
          },
          "targets": [
            {
              "resolveInfo": "TestInterfaceExtends2",
              "reference": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5LzI1ODUzNzgxNjU5NzMyMTU4NzE"
            }
          ]
        }
      ],
      "annotations": [],
      "parent": "MDhjYWFkNzUtODI0Ni00NDI3LWJiNGQtODQ0NGI2YzVjNzI5"
    }
  ]
}

Check warning on line 0 in jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0

See this annotation in the file changed.

@github-actions github-actions / Test Results

Logging on stderr of test suite jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0

Test suite jetbrains.mps.testbench.junit.suites.AntModuleTestSuite0 has the following stderr output (see Raw output).
Raw output
WARN: Ignoring instance of abstract concept 'AbstractAnnotation': (instance of AbstractAnnotation)
WARN: Ignoring instance of abstract concept 'AbstractConcept': (instance of AbstractConcept)
WARN: Ignoring instance of abstract concept 'AbstractInterface': (instance of AbstractInterface)
WARN: Ignoring instance of abstract concept 'AbstractPartition': (instance of AbstractPartition)
WARN: Ignoring instance of abstract concept 'AbstractAnnotation': (instance of AbstractAnnotation)