swift
f0c38616 - [Completion] Handle unbound generics in typealiases

Commit
101 days ago
[Completion] Handle unbound generics in typealiases The underlying type for a typealias can be an unbound generic type, replace these with the bound generic equivalent. This avoids crashing when attempting to compute the type relation (in the future we'll want to open these type parameters for the comparison). rdar://147789214
Author
Committer
Parents
  • include/swift/IDE
    • File
      CompletionLookup.h
  • lib/IDE
    • File
      CompletionLookup.cpp
  • test/IDE
    • File
      complete_rdar147789214.swift