Skip to content

Commit

Permalink
Expand func args test (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Jan 11, 2025
1 parent 1db3f6c commit e3733d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/extension/ref/ref_func_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Foo
arg
Foo
Foo
test_project
arg
test_project.Foo
test_project.Foo
# split
# split
Test project
Expand All @@ -15,4 +19,9 @@ Test project
def f(arg: Foo = Foo()):
pass

import test_project

def f(arg: test_project.Foo = test_project.Foo()):
pass

.. automodule:: test_project

0 comments on commit e3733d3

Please sign in to comment.