Files
Nim/tests/stdlib/tstrformatlineinfo.nim
metagn fa3639ba33 line info for strformat + fix issue with typed templates (#21761)
* line info in strformat

* also fix #20381

(cherry picked from commit e5d0907a42)
2023-09-11 10:54:34 +02:00

9 lines
175 B
Nim

# issue #21759
{.hint[ConvFromXToItselfNotNeeded]: on.}
import std/strformat
echo fmt"{string ""abc""}" #[tt.Hint
^ conversion from string to itself is pointless]#