dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

dcall broken on null

Open jmesserly opened this issue 9 years ago • 0 comments

we immediately do this: let ftype = dart.read(f);

.... which tries to read a symbol on null/undefined, and fails. Needs to be fixed

jmesserly avatar Apr 12 '16 20:04 jmesserly