Randomtest issue? Possible incorrect 'illegal to fall out of a *choice' message

*fake_choice was originally not intended to nest other code. It did get that added after a while, but further nesting in a *fake_choice has always been at least a little buggy (e.g. IIRC nesting a *fake_choice in a *fake_choice will always cause a crash). If you intend to do that a fair bit, you should instead turn on implicit control flow.

1 Like