Howdy,
So I thought i would take the new jvm target for a spin and hit this problem:
Duplicate field on class haxe.ui.core.ComponentLayout: <init> ()V
Is there anyway to get more information on this error? Im pretty sure the field that is duplicated isnt “init” as there is no init function, the line numbers just lead to a @:build macro (which does various things wrt to fields - so likely its something in there), and dump=pretty
doesnt really give me any other clues either.
This all seems to work on other targets (including hxJava) so im wondering if this is a jvm bug or some iffy macro that ive written that was OK for the older targets - so id ideally like to get more information about it (--verbose
didnt really point me to anything useful either).
Any clues / pointers?
Cheers,
Ian