mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
There is never any reason for a transform to treat a ParenType differently from the underlying type itself. Calling the given function with ParenTypes is a source of bugs where they get desugared on accident. Make transform() skip the function entirely for ParenTypes, and remove a spot where we were checking explicitly.
102 KiB
102 KiB