Skip to content

Commit b3a0488

Browse files
author
Ivan Levkivskyi
committed
Change the order of messages
1 parent 108a40d commit b3a0488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/fine-grained-modules.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def f(x: int) -> None: pass
3838
==
3939
a.py:2: error: Incompatible return value type (got "int", expected "str")
4040
==
41-
b.py:2: error: Too many arguments for "f"
4241
a.py:2: error: Incompatible return value type (got "int", expected "str")
42+
b.py:2: error: Too many arguments for "f"
4343
==
4444

4545
[case testAddFileFixesError]

0 commit comments

Comments
 (0)