Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
binaryExpression.py
blob: d9c7e856eb884b2480aa69a7f8cc1f99464cb601 [
file
] [
log
] [
blame
]
print
(<
warning descr
=
"Python version 3.0, 3.1, 3.2, 3.3, 3.4 do not support <>, use != instead."
>
a
<>
b
</
warning
>)
if
<
warning descr
=
"Python version 3.0, 3.1, 3.2, 3.3, 3.4 do not support <>, use != instead."
>
a
<>
2
</
warning
>:
var
=
a