swift
efd43b0f - [CSSimplify] Specialization: Fix a crash when specialized declaration is not generic

Commit
1 year ago
[CSSimplify] Specialization: Fix a crash when specialized declaration is not generic Check whether there are any opened generic parameters associated with a declaration and if not, produce a fix which would be later diagnosed as either a warning (in Swift 5 mode) or an error (if it was a concrete type or the compiler is in Swift 6 language mode). Resolves: rdar://135610320
Author
Committer
Parents
Loading