mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Previously, getInterfaceType() would return getType() if no interface type was set. Instead, always set an interface type explicitly. Eventually we want to remove getType() altogether, and this brings us one step closer to this goal. Note that ParamDecls are excempt from this treatment, because they don't have a proper interface type yet. Cleaning this up requires more effort.
54 KiB
54 KiB