type p = ptr UncheckedArray[char]
doAssert p is ptr UncheckedArray
RunIn the previous version, the assertion didn't raise.
type p = ptr UncheckedArray[char]
doAssert p is ptr UncheckedArray
RunIn the previous version, the assertion didn't raise.