Example #1
0
 @Override
 public ConstructorDescriptor getUnsubstitutedPrimaryConstructor() {
   return unsubstitutedMemberScope.getPrimaryConstructor();
 }
Example #2
0
 @NotNull
 @Override
 public Collection<ConstructorDescriptor> getConstructors() {
   return unsubstitutedMemberScope.getConstructors();
 }