dotnet/roslyn
View on GitHubVB await in a non-async method causes string interpolation to fail to parse
Open
#3,547 opened on Jun 16, 2015
Area-CompilersBughelp wanted
Description
Watch this:

When you have await in a non-async method, then string interpolations on the same line don't parse correctly!