mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
74618cbe96
Without this fix, the type reconstruction logic chokes on
demangled subtree of the kind:
kind=DeclContext
kind=Function
kind=Module, text="swift_ide_test"
kind=PrivateDeclName
kind=Identifier, text="_0830B395847924C73A6666B87EFD2ADF"
kind=Identifier, text="patatino"
Fixes the compiler part of <rdar://problem/38248403>