rpau / javalang-compiler

Java compiler elements (symbol and type tables) to perform code semantic analysis
GNU Lesser General Public License v3.0
10 stars 4 forks source link

symbol data for this/super calls missing or wrong #34

Closed cal101 closed 7 years ago

cal101 commented 7 years ago

in both cases the symbol data should be the constructor.

see pull request

For super it was not set before. For this it was the current type.

cal101 commented 7 years ago

Fixed with merge.