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 31bf0ab commit 9674beaCopy full SHA for 9674bea
Foundation/NSBundle.swift
@@ -63,7 +63,7 @@ public class Bundle: NSObject {
63
}
64
65
override public var description: String {
66
- return "\(String(Bundle.self)) <\(bundleURL.path!)> (\(isLoaded ? "loaded" : "not yet loaded"))"
+ return "\(String(describing: Bundle.self)) <\(bundleURL.path!)> (\(isLoaded ? "loaded" : "not yet loaded"))"
67
68
69
0 commit comments