Skip to content

Commit

Permalink
Partial fix for #706: prevent member resolution of Groovy types
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Oct 13, 2018
1 parent 105ce55 commit bdcafd8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ public boolean isScannerUsableOnThisDeclaration() {
}
// FIXASC end

@Override
public void resolve() {
// prevent Groovy types from having their members resolved
}

//--------------------------------------------------------------------------

private GroovyTypeDeclaration[] anonymousTypes;
Expand Down

0 comments on commit bdcafd8

Please sign in to comment.