This PR adds a test for the goals accomplished diagnostics so that we notice when they break. Follow-up for #8242.
9 lines
180 B
Text
9 lines
180 B
Text
theorem foo : True := by
|
|
exact True.intro
|
|
--^ collectDiagnostics
|
|
|
|
theorem foobar : True := True.intro
|
|
--^ collectDiagnostics
|
|
|
|
example : True := True.intro
|
|
--^ collectDiagnostics
|