438439440441442443444445446447448
// 'super' is invalid in any other context if (ctx == Context.INSTANCE_CONTEXT) { ClassDefinitionBase clazz = getContainingClassDef(); if (clazz != null) superType = clazz.resolveBaseClass(project); } return superType; }