提交 0dae574e 编写于 作者: Š Šimon Koníček

Fixing a test

上级 a987f9b3
...@@ -1088,9 +1088,9 @@ public async Task TestYieldReturnInAsyncMethod(string returnTypeName) ...@@ -1088,9 +1088,9 @@ public async Task TestYieldReturnInAsyncMethod(string returnTypeName)
var markup = var markup =
$@"namespace System.Collections.Generic $@"namespace System.Collections.Generic
{{ {{
interface {returnTypeName}<T> {{ }}
class C class C
{{ {{
interface {returnTypeName}<T> {{ }}
async {returnTypeName}<int> M() async {returnTypeName}<int> M()
{{ {{
yield return [|abc|] yield return [|abc|]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册