-
Vyacheslav Egorov authored
Channels don't preserve Map and List type arguments: Map<String, Object> arrives as Map<dynamic, dynamic> to the receiver. In Dart 2 type system dynamic no longer serves as bottom type so Map<dynamic, dynamic> can't be assign to a variable of type Map<String, dynamic>. Issue #14556
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| semantics_service_test.dart | ||
| semantics_test.dart |