Skip to content

Commit 274cbc1

Browse files
committed
add a function-level alias to test
1 parent a3bc82c commit 274cbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/stubgen.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ class A:
977977
self.self_var = arg
978978

979979
def meth(self) -> None:
980-
pass
980+
func_value = int_value
981981

982982
alias_meth = meth
983983
alias_func = func

0 commit comments

Comments
 (0)