package jetbrains.mps.baseLanguage.javastub.asm; /*Generated by MPS */ public class ASMSuperType extends ASMBoundedType { public ASMSuperType(ASMType bound) { super(bound); } }