Skip to content

Commit 2b5db0d

Browse files
authored
Merge pull request swiftlang#21257 from nkcsgexi/abi-checker-enhance
swift-module-digester: non-final methods in fixed-layout classes no longer have fixed orders.
2 parents 83ccb23 + 9ece618 commit 2b5db0d

File tree

10 files changed

+96948
-83781
lines changed

10 files changed

+96948
-83781
lines changed

test/api-digester/Inputs/cake.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ infix operator ..*..
9696
class UsableFromInlineClass {
9797
private var Prop = 1
9898
}
99+
100+
class InternalType {}
101+
102+
extension InternalType {}

0 commit comments

Comments
 (0)