Verify 30767 fixed

closes #30767
上级 23dc2c39
......@@ -3029,8 +3029,9 @@ .maxstack 1
});
}
[Fact]
public void EvaluateCapturedLocalsOutsideLambda()
[Theory]
[MemberData(nameof(NonNullTypesTrueAndFalseDebugDll))]
public void EvaluateCapturedLocalsOutsideLambda(CSharpCompilationOptions options)
{
var source =
@"class A
......@@ -3067,7 +3068,7 @@ void M<T>(object x) where T : A, new()
}
}
}";
var compilation0 = CreateCompilation(source, options: TestOptions.DebugDll);
var compilation0 = CreateCompilation(source, options: options);
WithRuntimeInstance(compilation0, runtime =>
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册