提交 23f63d96 编写于 作者: G Gauthier Segay 提交者: Phillip Carter

the ParamData type got out of sync with the comment describing which field is...

the ParamData type got out of sync with the comment describing which field is which in #4888 (#8139)

removing the comment and naming the fields
上级 73249d03
......@@ -577,8 +577,7 @@ type ParamNameAndType =
[<NoComparison; NoEquality>]
/// Full information about a parameter returned for use by the type checker and language service.
type ParamData =
/// ParamData(isParamArray, isOut, optArgInfo, callerInfo, nameOpt, reflArgInfo, ttype)
ParamData of bool * bool * bool * OptionalArgInfo * CallerInfo * Ident option * ReflectedArgInfo * TType
ParamData of isParamArray: bool * isInArg: bool * isOut: bool * optArgInfo: OptionalArgInfo * callerInfo: CallerInfo * nameOpt: Ident option * reflArgInfo: ReflectedArgInfo * ttype: TType
//-------------------------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册