Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
a3e39abd38575b02d52f05e041d797023938b6d6
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveArgumentQuickFixTest
/
unexpected.py
blob: 82f42d31e15a595f0604bd36862e91e948266d61 [
file
] [
log
] [
blame
]
Tor Norbye
a3e39ab
2014-04-10 10:54:17 -0700
[
diff
] [
blame^
]
1
2
def
foo
(
a
):
3
pass
4
5
foo
(
1
,
<
warning descr
=
"Unexpected argument"
>
2
<
caret
>
3
</
warning
>)
6
7