Skip to content

Commit

Permalink
Update EditAndContinueCapabilities.cs (#52935)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwengier authored Apr 27, 2021
1 parent efc7e4e commit ec0a12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ internal enum EditAndContinueCapabilities
/// <summary>
/// Creating a new type definition.
/// </summary>
NewTypeDefinition = 1 << 2
NewTypeDefinition = 1 << 4
}
}

0 comments on commit ec0a12e

Please sign in to comment.