We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c74b2e + 8da820f commit 8bf80c6Copy full SHA for 8bf80c6
src/VisualStudio/CSharp/Test/F1Help/F1HelpTests.cs
@@ -1994,6 +1994,17 @@ public class C
1994
""", "required");
1995
}
1996
1997
+ [Fact]
1998
+ public async Task TestScoped()
1999
+ {
2000
+ await Test_KeywordAsync("""
2001
+ sc[||]oped var r = new R();
2002
+ ref struct R
2003
2004
+ }
2005
+ """, "scoped");
2006
2007
+
2008
[Fact]
2009
public async Task TestDefaultConstraint()
2010
{
0 commit comments