Skip to content

Commit

Permalink
add a function-level alias to test
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrik committed Jan 30, 2023
1 parent a3bc82c commit 274cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/stubgen.test
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ class A:
self.self_var = arg

def meth(self) -> None:
pass
func_value = int_value

alias_meth = meth
alias_func = func
Expand Down

0 comments on commit 274cbc1

Please sign in to comment.