Merge pull request #3425 from tanadeau/sr-1952-add-escaping-parsing

[WIP][Parser][SR-1952] Added @escaping attribute parsing
This commit is contained in:
Robert Widmann
2016-07-15 15:30:14 -07:00
committed by GitHub
19 changed files with 84 additions and 14 deletions

View File

@@ -2951,6 +2951,7 @@ void Serializer::writeType(Type ty) {
fnTy->isAutoClosure(),
fnTy->isNoReturn(),
fnTy->isNoEscape(),
fnTy->isExplicitlyEscaping(),
fnTy->throws());
break;
}