[PATCH] D72144: Treat C# `using` as a control statement

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 23 03:20:46 PST 2020


krasimir requested changes to this revision.
krasimir added a comment.
This revision now requires changes to proceed.

I looked up the C# reference <https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-statement> and all the examples are top-level, so having top-level test cases here would be useful, as people would expect copy-pasting an example snippet to just work.
Sorry about asking you to go back-and-forth.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72144/new/

https://reviews.llvm.org/D72144





More information about the cfe-commits mailing list