Skip to content

Commit 2ac5664

Browse files
authored
Remove rogue "class as well.*" in Constructor Errors reference (#46249)
1 parent 79eb755 commit 2ac5664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/csharp/language-reference/compiler-messages/constructor-errors.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ That's by design. The text closely matches the text of the compiler error / warn
121121
- [**CS8983**](#constructors-in-struct-types): *A 'struct' with field initializers must include an explicitly declared constructor.*
122122
- [**CS9105**](#primary-constructor-declaration): *Cannot use primary constructor parameter in this context.*
123123
- [**CS9106**](#primary-constructor-declaration): *Identifier is ambiguous between type and parameter in this context.*
124-
class as well.*
125124
- [**CS9108**](#primary-constructor-declaration): *Cannot use parameter that has ref-like type inside an anonymous method, lambda expression, query expression, or local function.*
126125
- [**CS9109**](#primary-constructor-declaration): *Cannot use `ref`, `out`, or `in` primary constructor parameter inside an instance member.*
127126
- [**CS9110**](#primary-constructor-declaration): *Cannot use primary constructor parameter that has ref-like type inside an instance member.*

0 commit comments

Comments
 (0)