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.
2 parents 36eb110 + ab2eac6 commit 95f3fb0Copy full SHA for 95f3fb0
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