Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement type validation as part of parser (#152)
* Implement type validation as part of parser Make sure that all LST elements or of the expected type. Type inconsistencies can occur due to the type erasure of Java generics. * Add two missing visit calls * Add a few more missing calls * Move and register validator * Polish * `J.MethodDeclaration#typeParameters` has a non-standard accessor
- Loading branch information