Merge pull request #83091 from Xazax-hun/fix-ios-test

This commit is contained in:
Gábor Horváth
2025-07-16 16:21:25 +01:00
committed by GitHub

View File

@@ -14,8 +14,8 @@ public enum UseFoundationEnum {
case B
}
public func f() -> NSEdgeInsets {
NSEdgeInsets()
public func f() -> Decimal {
Decimal()
}
// CHECK: class UseFoundationEnum { } SWIFT_UNAVAILABLE_MSG("Swift enum 'UseFoundationEnum' cannot be represented in C++");