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

Conditional Compilation - if used no anonymous class files are generated (test + fix) #70

Closed cal101 closed 7 years ago

cal101 commented 7 years ago

JLS 14.21. Unreachable Statements, http://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html#jls-14.21

Fixes https://github.com/rpau/javalang-compiler/issues/36