swift
f4404328 - [Runtime] Fix debugDescription of .self keypaths.

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
Author
Parents
Loading