mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 22:13:29 +00:00
10 lines
340 B
Nim
10 lines
340 B
Nim
discard """
|
|
$nimsuggest --tester ../nim/lib/pure/strutils.nim
|
|
>def ../nim/lib/pure/strutils.nim:2300:6
|
|
def;;skTemplate;;system.doAssert;;proc (cond: bool, msg: string): typed;;*/lib/system.nim;;*;;9;;"";;100
|
|
"""
|
|
|
|
# Line 2300 in strutils.nim is doAssert and this is unlikely to change
|
|
# soon since there are a whole lot of doAsserts there.
|
|
|