Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
printStatement.py
blob: 62681a44e44dc060774b34f1acecc80f4294d935 [
file
] [
log
] [
blame
]
<
warning descr
=
"Python version >= 3.0 do not support this syntax. The print statement has been replaced with a print() function"
>
print
"One value"
</
warning
>