You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/Base_Tests/src/Semantic/Multi_Value_As_Type_Refinement_Spec.enso
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -182,14 +182,9 @@ add_specs suite_builder =
182
182
_ -> "structural matching of B.B_Ctor failed"
183
183
r.should_equal "matched: (A_Ctor 1)"
184
184
185
-
group_builder.specify "calling a method on one of the types should not lose the intersection type" <|
185
+
group_builder.specify "calling a method on one of the types should not lose the intersection type" pending="TODO: https://github.com/enso-org/enso/issues/12143" <|
186
186
ab = make_a_and_b
187
187
188
-
ab.a_id_unchecked . is_a A . should_be_true
189
-
ab.a_id_unchecked . is_a B . should_be_true
190
-
ab.a_id_unchecked.a_method . should_equal "A method"
0 commit comments