Details
Description
The following code snippet should have ModuleNode.encounteredUnrecoverableError set to true.
package com.foo import javax.swing.text.html.HTML void nuthin() { if (! (this instanceof HTMLAccessibleContext/*_*/) { } }
The following code snippet should have ModuleNode.encounteredUnrecoverableError set to true.
package com.foo import javax.swing.text.html.HTML void nuthin() { if (! (this instanceof HTMLAccessibleContext/*_*/) { } }
I just created testUnrecoverableErrors_GRE949 in GroovySimpleTest with the code above and the module node returns true for encounteredUnrecoverableError() - is that snippet right (i.e. it has no class decl)?