Skip to content

Commit

Permalink
allow a constructor to be associated with an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Jan 9, 2018
1 parent b6cb7d5 commit ffe417b
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -28,6 +28,9 @@
*/ */
public interface ResolvedConstructorDeclaration extends ResolvedMethodLikeDeclaration { public interface ResolvedConstructorDeclaration extends ResolvedMethodLikeDeclaration {


/**
* A constructor can be declared in a class or an enum.
*/
@Override @Override
ResolvedClassDeclaration declaringType(); ResolvedReferenceTypeDeclaration declaringType();
} }

0 comments on commit ffe417b

Please sign in to comment.