Fix out-of-date comment

This commit is contained in:
Brent Royal-Gordon
2019-01-02 17:35:49 -08:00
parent 1875783734
commit 4a7a44da89

View File

@@ -32,7 +32,7 @@ static void deriveBodyBridgedNSError_enum_nsErrorDomain(
// enum SomeEnum {
// @derived
// static var _nsErrorDomain: String {
// return _typeName(self, qualified: true)
// return String(reflecting: self)
// }
// }