DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / parser / tbinarynotsameline.nim
12345678910
# issue #23565 func foo: bool = true const bar = block: type T = int not foo() doAssert not bar