Skip to content

Commit e3733d3

Browse files
committed
Expand func args test (#140)
1 parent 1db3f6c commit e3733d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/extension/ref/ref_func_args.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Foo
33
arg
44
Foo
55
Foo
6+
test_project
7+
arg
8+
test_project.Foo
9+
test_project.Foo
610
# split
711
# split
812
Test project
@@ -15,4 +19,9 @@ Test project
1519
def f(arg: Foo = Foo()):
1620
pass
1721

22+
import test_project
23+
24+
def f(arg: test_project.Foo = test_project.Foo()):
25+
pass
26+
1827
.. automodule:: test_project

0 commit comments

Comments
 (0)