dev_compiler
dev_compiler copied to clipboard
dcall broken on null
we immediately do this: let ftype = dart.read(f);
.... which tries to read a symbol on null/undefined, and fails. Needs to be fixed