/** * */ package it.xsemantics.dsl.tests.input; import it.xsemantics.runtime.XsemanticsRuntimeSystem; /** * This is just a test class to test validation error in * case a system definition tries to extend this class * (which is not an {@link XsemanticsRuntimeSystem}). * * @author Lorenzo Bettini * */ public class TestInvalidBaseSystem { }