@@ -7,14 +7,14 @@ Does not retain `Self` when accessing attribute through `type[Self]`.
77"""
88output = """
99generics_self_advanced.py:35: error: Expression is of type "ChildB", not "Self" [assert-type]
10- generics_self_advanced.py:38 : error: Expression is of type "ChildB", not "Self" [assert-type]
11- generics_self_advanced.py:42 : error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]
12- generics_self_advanced.py:48 : error: Expression is of type "ChildB", not "Self" [assert-type]
10+ generics_self_advanced.py:41 : error: Expression is of type "ChildB", not "Self" [assert-type]
11+ generics_self_advanced.py:45 : error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]
12+ generics_self_advanced.py:51 : 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]']
17- Line 38 : Unexpected errors ['generics_self_advanced.py:38 : error: Expression is of type "ChildB", not "Self" [assert-type]']
18- Line 42 : Unexpected errors ['generics_self_advanced.py:42 : error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]']
19- Line 48 : Unexpected errors ['generics_self_advanced.py:48 : error: Expression is of type "ChildB", not "Self" [assert-type]']
17+ Line 41 : Unexpected errors ['generics_self_advanced.py:41 : error: Expression is of type "ChildB", not "Self" [assert-type]']
18+ Line 45 : Unexpected errors ['generics_self_advanced.py:45 : error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]']
19+ Line 51 : Unexpected errors ['generics_self_advanced.py:51 : error: Expression is of type "ChildB", not "Self" [assert-type]']
2020"""
0 commit comments