Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
paramInfo
/
RedefinedNewConstructorCall.py
blob: 783c52132fc5df65a6f205a82e69a870319ee650 [
file
] [
log
] [
blame
]
# signature of overridden __new__
class
A
(
object
):
def
__new__
(
cls
,
a
,
b
):
pass
A
(<
arg1
>
1
,
<
arg2
>
2
)