[reference-binding] Add support for inout binding parsing/serialization.

This commit is contained in:
Michael Gottesman
2023-03-01 13:17:32 -08:00
parent 4b354f6132
commit c97121d3ee
17 changed files with 106 additions and 42 deletions

View File

@@ -2547,6 +2547,7 @@ getActualVarDeclIntroducer(serialization::VarDeclIntroducer raw) {
return swift::VarDecl::Introducer::ID;
CASE(Let)
CASE(Var)
CASE(InOut)
}
#undef CASE
return None;