Community
Participate
Working Groups
Build Identifier: I20110613-1736 The following Xtenc class: package gub class Buggy { def buggy() { if (true) return false; } } generated the following Java code: package gub; @SuppressWarnings("all") public class Buggy { public Boolean buggy() { Object _xifexpression = null; if (true) { return false; } return _xifexpression; } } which is illegal because _xifexpression is not a Boolean. Reproducible: Always
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0