提交 113dd067 编写于 作者: S Steffen Forkmann 提交者: Kevin Ransom (msft)

Log the wrong definition (#3153)

上级 0b9091a3
...@@ -13006,8 +13006,8 @@ module MutRecBindingChecking = ...@@ -13006,8 +13006,8 @@ module MutRecBindingChecking =
[ Phase2AOpen (mp,m) ], innerState [ Phase2AOpen (mp,m) ], innerState
#endif #endif
| _ -> | definition ->
error(InternalError("Unexpected definition",m))) error(InternalError(sprintf "Unexpected definition %A" definition,m)))
// If no constructor call, insert Phase2AIncrClassCtorJustAfterSuperInit at start // If no constructor call, insert Phase2AIncrClassCtorJustAfterSuperInit at start
let defnAs = let defnAs =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册