Skip to content

Commit

Permalink
Do not check constructor result
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Apr 12, 2024
1 parent b36c527 commit bee540d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/pico/typecheck/PICONoInitVisitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ protected TypeValidator createTypeValidator() {
return new PICOValidator(checker, this, atypeFactory);
}

@Override
protected void checkConstructorResult(
AnnotatedExecutableType constructorType, ExecutableElement constructorElement) {

}

// This method is for validating usage of mutability qualifier is conformable to element
// declaration,
// Ugly thing here is that declarationType is not the result of calling the other method -
Expand Down

0 comments on commit bee540d

Please sign in to comment.