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