tbinarynotsameline.nim 105 B

1234567891011
  1. # issue #23565
  2. func foo: bool =
  3. true
  4. const bar = block:
  5. type T = int
  6. not foo()
  7. doAssert not bar