File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ output = """
99generics_self_advanced.py:35: error: Expression is of type "ChildB", not "Self" [assert-type]
1010generics_self_advanced.py:38: error: Expression is of type "ChildB", not "Self" [assert-type]
1111generics_self_advanced.py:42: error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]
12- generics_self_advanced.py:45 : error: Expression is of type "ChildB", not "Self" [assert-type]
12+ generics_self_advanced.py:48 : error: Expression is of type "ChildB", not "Self" [assert-type]
1313"""
1414conformance_automated = " Fail"
1515errors_diff = """
1616Line 35: Unexpected errors ['generics_self_advanced.py:35: error: Expression is of type "ChildB", not "Self" [assert-type]']
1717Line 38: Unexpected errors ['generics_self_advanced.py:38: error: Expression is of type "ChildB", not "Self" [assert-type]']
1818Line 42: Unexpected errors ['generics_self_advanced.py:42: error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]']
19- Line 45 : Unexpected errors ['generics_self_advanced.py:45 : error: Expression is of type "ChildB", not "Self" [assert-type]']
19+ Line 48 : Unexpected errors ['generics_self_advanced.py:48 : error: Expression is of type "ChildB", not "Self" [assert-type]']
2020"""
You can’t perform that action at this time.
0 commit comments