mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #83091 from Xazax-hun/fix-ios-test
This commit is contained in:
@@ -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++");
|
||||
|
||||
Reference in New Issue
Block a user