Fix mistyped error code.

上级 fbe4a986
...@@ -1888,7 +1888,7 @@ internal enum ErrorCode ...@@ -1888,7 +1888,7 @@ internal enum ErrorCode
ERR_CannotSpecifyManagedWithUnmanagedSpecifiers = 8888, ERR_CannotSpecifyManagedWithUnmanagedSpecifiers = 8888,
ERR_RuntimeDoesNotSupportUnmanagedDefaultCallConv = 8889, ERR_RuntimeDoesNotSupportUnmanagedDefaultCallConv = 8889,
ERR_TypeNotFound = 8890, ERR_TypeNotFound = 8890,
ERR_TypeMustBePublic = 8801, ERR_TypeMustBePublic = 8891,
#endregion diagnostics introduced for C# 9.0 #endregion diagnostics introduced for C# 9.0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册