diff --git a/micro-benchmark/python_features/classes/inheritance_overriding/main_gt.json b/micro-benchmark/python_features/classes/inheritance_overriding/main_gt.json index 5f0b8cbe8..e3670b465 100644 --- a/micro-benchmark/python_features/classes/inheritance_overriding/main_gt.json +++ b/micro-benchmark/python_features/classes/inheritance_overriding/main_gt.json @@ -5,6 +5,7 @@ "col_offset": 9, "function": "MyClass.func", "type": [ + "int", "str" ] }, diff --git a/micro-benchmark/python_features/mro/parents_same_superclass/main_gt.json b/micro-benchmark/python_features/mro/parents_same_superclass/main_gt.json index dd7f9e0f9..0372e4a37 100644 --- a/micro-benchmark/python_features/mro/parents_same_superclass/main_gt.json +++ b/micro-benchmark/python_features/mro/parents_same_superclass/main_gt.json @@ -5,6 +5,7 @@ "col_offset": 9, "function": "A.func", "type": [ + "int", "str" ] }, diff --git a/micro-benchmark/python_features/mro/self_assignment/main_gt.json b/micro-benchmark/python_features/mro/self_assignment/main_gt.json index 085a436e6..be7937a8b 100644 --- a/micro-benchmark/python_features/mro/self_assignment/main_gt.json +++ b/micro-benchmark/python_features/mro/self_assignment/main_gt.json @@ -24,7 +24,8 @@ "col_offset": 9, "function": "B.func", "type": [ - "int" + "int", + "str" ] }, { diff --git a/micro-benchmark/python_features/mro/two_parents/main_gt.json b/micro-benchmark/python_features/mro/two_parents/main_gt.json index ff9c930af..facc3d279 100644 --- a/micro-benchmark/python_features/mro/two_parents/main_gt.json +++ b/micro-benchmark/python_features/mro/two_parents/main_gt.json @@ -14,6 +14,7 @@ "col_offset": 9, "function": "B.func", "type": [ + "int", "str" ] }, diff --git a/micro-benchmark/python_features/mro/two_parents_method_defined/main_gt.json b/micro-benchmark/python_features/mro/two_parents_method_defined/main_gt.json index 40a4055a9..3c24e29ea 100644 --- a/micro-benchmark/python_features/mro/two_parents_method_defined/main_gt.json +++ b/micro-benchmark/python_features/mro/two_parents_method_defined/main_gt.json @@ -5,7 +5,8 @@ "col_offset": 9, "function": "A.func", "type": [ - "float" + "float", + "str" ] }, { @@ -14,7 +15,9 @@ "col_offset": 9, "function": "B.func", "type": [ - "int" + "float", + "int", + "str" ] }, {