Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
@COmpileStatic seems to bomb with 2.4 if I have:
1) a static util function such as:
class blah {
static Tuple2<String,Integer> dostuff()
}
2) invoke via:
def (String mystr, Integer myint) = dostuff()
With @CompileStatic, that all bombs.
Alternatively, tried using getAt overrides, also did not work, but that would lack typing infor necessary for @CompileStatic. But the Tuple2 should have the necessary type info...
I would think this could be done... I might try to do it, but I'd like to file the issue
Attachments
Issue Links
- links to