Files
swift-mirror/test/Sema/availability_compound.swift
Hamish Knight 8d71067a7e [Sema] Fix some walking logic
`walkToTypeReprPost` should return `true` to keep
walking, so we really want to check if the
`offendingType` hasn't been found yet. Otherwise
we'll bail as soon as we visit the first type.
2022-09-13 10:35:28 +01:00

1.4 KiB