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

test case for https://github.com/rpau/javalang-compiler/issues/31: #33

Closed cal101 closed 7 years ago

cal101 commented 7 years ago
rpau commented 7 years ago

Cal, check 1031ec06aefe464f3098a5d2ab148b868a6614e1

The test works, but there was an error in the test code, when you are using object methods (without the class name) the "this" symbol must exist.