Closed cal101 closed 7 years ago
unfortunately not. If you surround code with "if(false) { ... }" the java compiler does not apply full compile and analysis to the then block. E.G. the anonymous class counter seems to be incremented but no class file is produced for anonymous classes in that block. Some other strange things are possible in constructors.
@cal101 it was fixed in another PR, right?