Unexpected type error when using a typedef #32641
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
os-fuchsia
When running the following program there is a type error in the
assert()
.test.dart
:However, if
doSpecialThing
is replaced withdoThing
, which should have the same type(?), there is no type error./cc @crelier @leafpetersen
The text was updated successfully, but these errors were encountered: