swift
f4404328
- [Runtime] Fix debugDescription of .self keypaths.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
[Runtime] Fix debugDescription of .self keypaths. AnyKeyPath's debugDescription assumes there's always at least one component, but `\Type.self` produces an empty keypath. Special-case the empty case to display a `.self` component. rdar://103237845
References
#62528 - [Runtime] Fix debugDescription of .self keypaths.
Author
mikeash
Parents
c914579e
Loading