Skip to content

Commit ac898c2

Browse files
- corrected types. Note that my_decorator.NewClass is not a valid type, but
since the decorator overrides 'MyClass', we can still type the variable;
1 parent 6462cce commit ac898c2

File tree

1 file changed

+3
-3
lines changed
  • micro-benchmark/python_features/decorators/classes

1 file changed

+3
-3
lines changed

‎micro-benchmark/python_features/decorators/classes/main_gt.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"col_offset": 5,
66
"function": "my_decorator",
77
"type": [
8-
"my_decorator.NewClass"
8+
"type"
99
]
1010
},
1111
{
@@ -15,7 +15,7 @@
1515
"function": "my_decorator",
1616
"parameter": "cls",
1717
"type": [
18-
"MyClass"
18+
"type"
1919
]
2020
},
2121
{
@@ -42,7 +42,7 @@
4242
"col_offset": 1,
4343
"variable": "a",
4444
"type": [
45-
"my_decorator.NewClass"
45+
"MyClass"
4646
]
4747
},
4848
{

0 commit comments

Comments
 (0)