swift
0ed4b332 - [SE-0393] Enable parameter packs for generic functions.

Commit
2 years ago
[SE-0393] Enable parameter packs for generic functions. The VariadicGenerics flag still exists and is required for generic types with parameter packs
Author
Parents
  • include/swift/AST
    • File
      DiagnosticsSema.def
  • lib
    • Parse
      • File
        ParseDecl.cpp
      • File
        ParseExpr.cpp
      • File
        ParseGeneric.cpp
      • File
        ParseStmt.cpp
    • Sema
      • File
        CSSimplify.cpp
      • File
        MiscDiagnostics.cpp
      • File
        TypeCheckDeclPrimary.cpp
  • test
    • IDE
      • File
        complete_repeat.swift
    • stmt
      • File
        statements.swift