Skip to content

Commit d16c29a

Browse files
authored
remove link
1 parent 0a30078 commit d16c29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3781,7 +3781,7 @@ Properties can be used to delay initialization of a resource until the moment it
37813781
An instance property containing an *init_accessor_declaration* is considered settable during the construction phase of the object, except when in a local function or lambda. The ***construction phase of an object*** includes the following:
37823782
37833783
- During execution of an *object_initializer* (§12.8.17.2.2)
3784-
- During evaluation of a *with_expression*s *member_initializer_list*records-grammar)
3784+
- During evaluation of a *with_expression*s *member_initializer_list*
37853785
- Inside an instance constructor of the containing or derived type, on `this` or `base`
37863786
- Inside the *init_accessor_declaration* of any property, on `this` or `base`
37873787
- Inside attribute usages with named parameters23.2.3)

0 commit comments

Comments
 (0)