We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4762b37 commit c23215bCopy full SHA for c23215b
stdlib/public/core/BridgeObjectiveC.swift
@@ -302,7 +302,6 @@ public func _bridgeNonVerbatimFromObjectiveCConditional<T>(
302
///
303
/// - If `T` is a class type, returns `true`;
304
/// - otherwise, returns whether `T` conforms to `_ObjectiveCBridgeable`.
305
-@inlinable // FIXME(sil-serialize-all)
306
public func _isBridgedToObjectiveC<T>(_: T.Type) -> Bool {
307
if _fastPath(_isClassOrObjCExistential(T.self)) {
308
return true
0 commit comments