mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1519,8 +1519,7 @@ SwiftDeclCollector::constructTypeNode(Type T, TypeInitInfo Info) {
|
||||
Root->addChild(constructTypeNode(Fun->getResult()));
|
||||
|
||||
auto Input = AnyFunctionType::composeTuple(Fun->getASTContext(),
|
||||
Fun->getParams(),
|
||||
/*canonicalVararg=*/false);
|
||||
Fun->getParams());
|
||||
Root->addChild(constructTypeNode(Input));
|
||||
return Root;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user