format icon indicating copy to clipboard operation
format copied to clipboard

[hl] support reading OMakeEnum

Open nadako opened this issue 7 years ago • 2 comments

nadako avatar May 10 '17 19:05 nadako

Uhm, it should be supported, are you sure you're not trying to read an old version of the bytecode?

ncannasse avatar May 10 '17 20:05 ncannasse

I'm trying to read the following program compiled with latest Haxe:

class Main2 {
    static function main() {
        trace(haxe.ds.Option.Some(10));
    }
}

nadako avatar May 10 '17 20:05 nadako