91c05b2bbb
This fixes an issue where parameters that used the new function syntax and had no parameter names would produce code like `void f(String )` where the type would be interpreted as a parameter name and typed `dynamic`. Fixes https://github.com/Dart-Code/Dart-Code/issues/5350 Change-Id: Ifcbe64dadb88cc0fd9b4fa3637045bcdc343f3f7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397900 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>