lean4-htt/tests/server_interactive/strInterpSynthError.lean.out.expected
Garmelon a3cb39eac9
chore: migrate more tests to new test suite (#12809)
This PR migrates most remaining tests to the new test suite. It also
completes the migration of directories like `tests/lean/run`, meaning
that PRs trying to add tests to those old directories will now fail.
2026-03-06 16:52:01 +00:00

36 lines
1.5 KiB
Text

{"version": 1,
"uri": "file:///strInterpSynthError.lean",
"diagnostics":
[{"source": "Lean 4",
"severity": 1,
"range":
{"start": {"line": 15, "character": 25},
"end": {"line": 15, "character": 28}},
"message":
"failed to synthesize instance of type class\n ToString Bar\n\nHint: Type class instance resolution failures can be inspected with the `set_option trace.Meta.synthInstance true` command.",
"fullRange":
{"start": {"line": 15, "character": 25},
"end": {"line": 15, "character": 28}},
"code": "lean.synthInstanceFailed"},
{"source": "Lean 4",
"severity": 1,
"range":
{"start": {"line": 20, "character": 15},
"end": {"line": 20, "character": 18}},
"message":
"failed to synthesize instance of type class\n ToString Bar\n\nHint: Type class instance resolution failures can be inspected with the `set_option trace.Meta.synthInstance true` command.",
"fullRange":
{"start": {"line": 20, "character": 15},
"end": {"line": 20, "character": 18}},
"code": "lean.synthInstanceFailed"},
{"source": "Lean 4",
"severity": 1,
"range":
{"start": {"line": 26, "character": 17},
"end": {"line": 26, "character": 20}},
"message":
"failed to synthesize instance of type class\n ToString Bar\n\nHint: Type class instance resolution failures can be inspected with the `set_option trace.Meta.synthInstance true` command.",
"fullRange":
{"start": {"line": 26, "character": 17},
"end": {"line": 26, "character": 20}},
"code": "lean.synthInstanceFailed"}]}