Commit ed59b58
committed
Align enum class-value test with reverted overload behavior
test_enum_class_value (issue #1982) expected f(E.X) to match Literal[E.X] after literal member typing. Reverting that feature restores the general E branch; update the assertion accordingly.
Made-with: Cursor1 parent fe106ce commit ed59b58
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments