scope test_unstructureErrorInConstructor. sclass #Oopsie { *() { fail(); } } svoid test_unstructureErrorInConstructor() { assertNull(restructure(new Oopsie)); } end scope