File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/tensorflow-merge/lib/Sema Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1128,4 +1128,4 @@ refs/tags/swift-4.2.1-RELEASE: 02a6ca969ea1387475b6caeb69c31186df7d30b6
1128
1128
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a: 3b0299288f8287094b9ef587f46df54f42a347af
1129
1129
refs/heads/5.0-add-libcxx-and-clang-tools-extra: eb6e6f9b0a551e7804e96d0dac83add11ec73977
1130
1130
refs/heads/Fix-DataCreateSmall: e15aff31b7406a5b2dadac9d7810941cec85035a
1131
- refs/heads/tensorflow-merge: 18757837342263a63bc96e98a79c896e108bd5f4
1131
+ refs/heads/tensorflow-merge: 4a7a44da8976519222b47be38cd583a6e5ceabcc
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ static void deriveBodyBridgedNSError_enum_nsErrorDomain(
32
32
// enum SomeEnum {
33
33
// @derived
34
34
// static var _nsErrorDomain: String {
35
- // return _typeName(self, qualified: true )
35
+ // return String(reflecting: self )
36
36
// }
37
37
// }
38
38
You can’t perform that action at this time.
0 commit comments