We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getArgumentInterfaceType
1 parent 7c3a9fc commit ab2eac6Copy full SHA for ab2eac6
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -611,7 +611,7 @@ class SwiftAllPayloadEnumDescriptor : public SwiftEnumDescriptor {
611
612
swift::EnumElementDecl *case_decl = enum_case.decl;
613
assert(case_decl);
614
- auto arg_type = case_decl->getArgumentInterfaceType();
+ auto arg_type = case_decl->getPayloadInterfaceType();
615
CompilerType case_type;
616
if (arg_type) {
617
case_type = ToCompilerType(
0 commit comments