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

Fixing a test

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