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 1875783 commit 4a7a44dCopy full SHA for 4a7a44d
lib/Sema/DerivedConformanceError.cpp
@@ -32,7 +32,7 @@ static void deriveBodyBridgedNSError_enum_nsErrorDomain(
32
// enum SomeEnum {
33
// @derived
34
// static var _nsErrorDomain: String {
35
- // return _typeName(self, qualified: true)
+ // return String(reflecting: self)
36
// }
37
38
0 commit comments