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: crates/ty_python_semantic/resources/mdtest/snapshots/assignment_diagnosti…_-_Subscript_assignment…_-_Unknown_key_for_all_…_(8a0f0e8ceccc51b2).snap
Copy file name to clipboardExpand all lines: crates/ty_python_semantic/resources/mdtest/snapshots/mro.md_-_Method_Resolution_Or…_-_`__bases__`_lists_wi…_(ea7ebc83ec359b54).snap
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
source: crates/ty_test/src/lib.rs
2
+
source: crates/mdtest/src/lib.rs
3
3
expression: snapshot
4
4
---
5
5
@@ -119,7 +119,7 @@ info: The definition of class `Foo` will raise `TypeError` at runtime
119
119
```
120
120
121
121
```
122
-
error[duplicate-base]: Duplicate base class `Spam`
122
+
error[duplicate-base]: Duplicate base class `Eggs`
123
123
--> src/mdtest_snippet.py:16:7
124
124
|
125
125
16 | class Ham(
@@ -134,21 +134,21 @@ error[duplicate-base]: Duplicate base class `Spam`
134
134
| |_^
135
135
|
136
136
info: The definition of class `Ham` will raise `TypeError` at runtime
137
-
--> src/mdtest_snippet.py:17:5
137
+
--> src/mdtest_snippet.py:18:5
138
138
|
139
-
17 | Spam,
140
-
| ---- Class `Spam` first included in bases list here
141
139
18 | Eggs,
140
+
| ---- Class `Eggs` first included in bases list here
142
141
19 | Bar,
143
142
20 | Baz,
144
143
21 | Spam,
145
-
| ^^^^ Class `Spam` later repeated here
144
+
22 | Eggs,
145
+
| ^^^^ Class `Eggs` later repeated here
146
146
|
147
147
148
148
```
149
149
150
150
```
151
-
error[duplicate-base]: Duplicate base class `Eggs`
151
+
error[duplicate-base]: Duplicate base class `Spam`
152
152
--> src/mdtest_snippet.py:16:7
153
153
|
154
154
16 | class Ham(
@@ -163,15 +163,15 @@ error[duplicate-base]: Duplicate base class `Eggs`
163
163
| |_^
164
164
|
165
165
info: The definition of class `Ham` will raise `TypeError` at runtime
166
-
--> src/mdtest_snippet.py:18:5
166
+
--> src/mdtest_snippet.py:17:5
167
167
|
168
+
17 | Spam,
169
+
| ---- Class `Spam` first included in bases list here
168
170
18 | Eggs,
169
-
| ---- Class `Eggs` first included in bases list here
0 commit comments