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 030dfaf commit 418b826Copy full SHA for 418b826
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -613,7 +613,7 @@ class SwiftAllPayloadEnumDescriptor : public SwiftEnumDescriptor {
613
614
swift::EnumElementDecl *case_decl = enum_case.decl;
615
assert(case_decl);
616
- auto arg_type = case_decl->getArgumentInterfaceType();
+ auto arg_type = case_decl->getPayloadInterfaceType();
617
CompilerType case_type;
618
if (arg_type) {
619
case_type = ToCompilerType(
0 commit comments