lean4-htt/tests/lean/renameI.lean.expected.out
Alok Singh 949cf69246
chore: use backticks for sorry in diagnostic messages (#11608)
This PR changes the "declaration uses 'sorry'" warning to use backticks
instead of single quotes, consistent with Lean's conventions for
formatting code identifiers in diagnostic messages.
2025-12-15 14:30:21 +00:00

9 lines
256 B
Text

x y : Nat
⊢ x = y
renameI.lean:1:0-1:7: warning: declaration uses `sorry`
x a.b : Nat
⊢ x = a.b
renameI.lean:7:0-7:7: warning: declaration uses `sorry`
x o✝ y a.b : Nat
⊢ x + y = a.b + o✝
renameI.lean:13:0-13:7: warning: declaration uses `sorry`