Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
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