mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
9 lines
175 B
Nim
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]#
|