提交 832e65a0 编写于 作者: D Dmitry Kischenko

Fix #17384 - Autocompletion list misses params for indexers (tests)

上级 8716b388
......@@ -221,9 +221,9 @@ public async Task TestNotAfterDestructor()
}
[Fact, Trait(Traits.Feature, Traits.Features.KeywordRecommending)]
public async Task TestNotAfterIndexer()
public async Task TestAfterIndexer()
{
await VerifyAbsenceAsync(
await VerifyKeywordAsync(
@"class C {
int this[$$");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册