@Override public ConstructorDescriptor getUnsubstitutedPrimaryConstructor() { return unsubstitutedMemberScope.getPrimaryConstructor(); }
@NotNull @Override public Collection<ConstructorDescriptor> getConstructors() { return unsubstitutedMemberScope.getConstructors(); }