mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
1b08d83b6f
Pass through the original Type in addition to the TypeDecl so that we can distinguish DynamicSelfType with underlying ClassType from just any old ClassType. rdar://problem/25158493