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

Variables declarations with an init expression with this.samenamevar crashes #3

Closed rpau closed 9 years ago

rpau commented 9 years ago

Example:


Node[] nodes = this.nodes.toArray(new Node[]{});

rpau commented 9 years ago

Solved in 2.2.1