gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.53k stars 377 forks source link

Never attempt to inline switch expressions #10006

Closed niloc132 closed 1 month ago

niloc132 commented 1 month ago

The original check wasn't specific enough - couldn't handle nested expressions, or expressions in different types of wrapper statements.

Also includes a fix preventing record equals methods from being made static.

Fixes #10005

niloc132 commented 1 month ago

Full CI run for this branch https://github.com/niloc132/gwt/actions/runs/11195951245