Open nadako opened 7 years ago
Uhm, it should be supported, are you sure you're not trying to read an old version of the bytecode?
I'm trying to read the following program compiled with latest Haxe:
class Main2 { static function main() { trace(haxe.ds.Option.Some(10)); } }
Uhm, it should be supported, are you sure you're not trying to read an old version of the bytecode?