Skip to content

Commit

Permalink
Issue #34: Test and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Masara committed Nov 18, 2023
1 parent 46e75fe commit fa6c5ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions tests/safeds_stubgen/__snapshots__/test_main.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -3066,13 +3066,10 @@
'type': '',
}),
'id': 'test_package/test_module/SomeClass/test_position/param4',
'is_optional': True,
'is_type_inferred': True,
'is_optional': False,
'is_type_inferred': False,
'name': 'param4',
'type': dict({
'kind': 'NamedType',
'name': 'None',
}),
'type': None,
}),
dict({
'assigned_by': 'NAME_ONLY',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2356,13 +2356,10 @@
'type': '',
}),
'id': 'test_package/test_module/SomeClass/test_position/param4',
'is_optional': True,
'is_type_inferred': True,
'is_optional': False,
'is_type_inferred': False,
'name': 'param4',
'type': dict({
'kind': 'NamedType',
'name': 'None',
}),
'type': None,
}),
dict({
'assigned_by': 'NAME_ONLY',
Expand Down

0 comments on commit fa6c5ab

Please sign in to comment.