package testWrappedType.typesystem; /*Generated by MPS */ import jetbrains.mps.lang.typesystem.runtime.BaseHelginsDescriptor; import jetbrains.mps.lang.typesystem.runtime.SubstituteType_Runtime; public class TypesystemDescriptor extends BaseHelginsDescriptor { public TypesystemDescriptor() { { SubstituteType_Runtime substituteTypeRule = new substitute_WrapperType_SubstituteTypeRule(); this.mySubstituteTypeRules.add(substituteTypeRule); } } }