[Refactoring] Fix stack use after free in new async refactorings

Resolves rdar://73984220
This commit is contained in:
Ben Barham
2021-02-05 08:36:02 +10:00
parent e2bac38348
commit 783c177956
7 changed files with 4 additions and 14 deletions

View File

@@ -1,5 +1,3 @@
// rdar://problem/73984220
// XFAIL: asan
enum CustomError: Error {
case invalid
case insecure