javaparser / javasymbolsolver

*old repository* --> this is now integrated in https://github.com/javaparser/javaparser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solve type declared in parent of parent of anonymous class

mlangkabel opened this issue · comments

The AnonymousClassDeclarationContext only tries to solve a type inside its own ancestors but not on all ancestors

We merged a PR for this one.