mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SILGen: Fix property descriptor emission when enable-private-imports is enabled
This commit is contained in:
@@ -54,6 +54,8 @@ keyPathMultiModule.test("identity across multiple modules") {
|
||||
expectEqualWithHashes(A_x_keypath(), \A.x)
|
||||
expectEqualWithHashes(A_y_keypath(), \A.y)
|
||||
expectEqualWithHashes(A_z_keypath(), \A.z)
|
||||
expectEqualWithHashes(A_w_keypath(), \A.w)
|
||||
expectEqualWithHashes(A_v_keypath(), \A.v)
|
||||
expectEqualWithHashes(A_immutable_keypath(), \A.immutable)
|
||||
expectEqualWithHashes(A_subscript_withGeneric_keypath(index: 0), \A.[withGeneric: 0])
|
||||
expectEqualWithHashes(A_subscript_withGeneric_keypath(index: "butt"),
|
||||
|
||||
Reference in New Issue
Block a user