We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cbe98 commit ff0f892Copy full SHA for ff0f892
1 file changed
tests/service/SyntaxTreeTests/SynIdentTests.fs
@@ -16,7 +16,7 @@ A.
16
|> getParseResults
17
18
match ast with
19
- | ParsedInput.ImplFile (ParsedImplFileInput(modules = [ SynModuleOrNamespace.SynModuleOrNamespace(decls =
+ | ParsedInput.ImplFile (ParsedImplFileInput(contents = [ SynModuleOrNamespace.SynModuleOrNamespace(decls =
20
[ SynModuleDecl.Expr(expr = SynExpr.LongIdent (longDotId = lid)) ]) ])) ->
21
Assert.AreEqual(1, lid.IdentsWithTrivia.Length)
22
| _ -> Assert.Fail $"Could not get valid AST, got {ast}"
0 commit comments