Two bugs were fixed here:
* Switch statements could not be used directly within a for/while/if statement without the use of {}s. This regression has been fixed.
* Annotations without sources or .gwt.xml files could not be used in GWT compatible code in some cases. This was apparently a longstanding issue, but was never reported on the public GWT issue tracker(s). This will unblock users hoping to use the upcoming jsinterop-base 1.0.3 release with elemental2 1.2.3.
Thank for the prompt discussion and testing for these bugs and their fixes!