Files
swift-mirror/test/Interop/Cxx/enum/c-enums-withOptions-omit.swift
Nuri Amari a4d9082fa8 Fix NS_OPTION parameter label transformation for multi-word suffixes
When Objective-c methods are imported into Swift, the labels are
transforms to remove suffixes based on the type of the parameter. Due
to the structure of NS_OPTION when importing in C++ mode, there is
some special handling for this case introduced in PR #59421.

This patch fixes some of this hanlding for when a multi-word suffix
needs removing, specifically 'ControlEvents' and 'ScrollPosition'.
2023-02-16 14:04:54 -08:00

5.5 KiB