Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cston committed Jul 23, 2020
1 parent 6fff28c commit 280bdf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Compilers/CSharp/Portable/Errors/MessageID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ internal enum MessageID
IDS_FeatureRecords = MessageBase + 12782,
IDS_FeatureNullPointerConstantPattern = MessageBase + 12783,
IDS_FeatureModuleInitializers = MessageBase + 12784,
IDS_FeatureDefaultTypeParameterConstraint = MessageBase + 12785,
IDS_FeatureTargetTypedConditional = MessageBase + 12785,
IDS_FeatureDefaultTypeParameterConstraint = MessageBase + 12786,
}

// Message IDs may refer to strings that need to be localized.
Expand Down

0 comments on commit 280bdf4

Please sign in to comment.