The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
BSD 3-Clause "New" or "Revised" License
10.25k
stars
1.58k
forks
source link
Crash analyzing NNBD library that re-exports core #41380
Closed
munificent closed 4 years ago
On bleeding edge at commit c853f70feadee8707475d78b14ed9cc89ebf71dd. If I have:
test.dart:
reexport_core.dart:
And then run:
I get:
(The irony of the crash being a null reference error is not lost on me.)