未验证 提交 ff0f8921 编写于 作者: D Don Syme 提交者: GitHub

fix build break (#13971)

上级 39cbe982
......@@ -16,7 +16,7 @@ A.
|> getParseResults
match ast with
| ParsedInput.ImplFile (ParsedImplFileInput(modules = [ SynModuleOrNamespace.SynModuleOrNamespace(decls =
| ParsedInput.ImplFile (ParsedImplFileInput(contents = [ SynModuleOrNamespace.SynModuleOrNamespace(decls =
[ SynModuleDecl.Expr(expr = SynExpr.LongIdent (longDotId = lid)) ]) ])) ->
Assert.AreEqual(1, lid.IdentsWithTrivia.Length)
| _ -> Assert.Fail $"Could not get valid AST, got {ast}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册