Closed yjbanov closed 7 years ago
This should make it work in both DartVM and DDC. dart2js compilation succeeds, but I haven't really tested if it works. dartanalyzer --strong still reports errors, but that hasn't prevented DDC from compiling it, so we can fix those later.
dart2js
dartanalyzer --strong
This should make it work in both DartVM and DDC.
dart2js
compilation succeeds, but I haven't really tested if it works.dartanalyzer --strong
still reports errors, but that hasn't prevented DDC from compiling it, so we can fix those later.