[pigeon] Swift generator cast for Object
arguments generates warning
#117994
Labels
p: pigeon
related to pigeon messaging codegen tool
P2
Important issues not at the top of the work list
package
flutter/packages repository. See also p: labels.
platform-ios
iOS applications specifically
platform-mac
Building on or for macOS specifically
Making a Pigeon HostApi definition including:
generates code including:
This creates the following warning at compile time:
We should special-case
Object
so that it generateslet valueArg = args[1]!
instead.The text was updated successfully, but these errors were encountered: