You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…/destination/skipstone/SkipBridgeGenerated/Demo_Bridge.swift:1579:52: error: extra arguments at positions #1, #2 in call
…/destination/skipstone/SkipBridgeGenerated/Demo_Bridge.swift:1579:53: error: missing argument for parameter 'from' in call
…/destination/skipstone/SkipBridgeGenerated/Demo_Bridge.swift:1580:31: error: generic parameter 'T' could not be inferred
We should just not create the bridged constructor in these cases where there is not a synthesized (or actual) constructor in the type that matches the arguments.
The text was updated successfully, but these errors were encountered:
The following type:
incorrectly gets the following bridged constructor created:
which fails to compile with:
We should just not create the bridged constructor in these cases where there is not a synthesized (or actual) constructor in the type that matches the arguments.
The text was updated successfully, but these errors were encountered: