Files
Nim/tests/parser/tbinarynotsameline.nim

11 lines
105 B
Nim

# issue #23565
func foo: bool =
true
const bar = block:
type T = int
not foo()
doAssert not bar