dotnet/roslyn
在 GitHub 查看VB await in a non-async method causes string interpolation to fail to parse
Open
#3,547 创建于 2015年6月16日
Area-CompilersBughelp wanted
仓库指标
- Star
- (20,414 star)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
Watch this:

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