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

Fixed stack overflow error for recursive types - https://github.com/rpau/javalang-compiler/issues/13 #14

Closed cal101 closed 8 years ago

cal101 commented 8 years ago

I didn't wrote a test case because I don't know how to do for this case.

cal101 commented 8 years ago

Feel free to just copy the change instead of merging.