SILGen: Fix property descriptor emission when enable-private-imports is enabled

This commit is contained in:
Arnold Schwaighofer
2019-03-20 11:52:33 -07:00
parent 2c33b72b11
commit d2631c2cec
4 changed files with 46 additions and 7 deletions

View File

@@ -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"),