Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
setCompExpression.py
blob: 900a0a2f058637fbfe30f1430e235c1bbfd1b53a [
file
] [
log
] [
blame
]
var
=
<
warning descr
=
"Python version 2.4, 2.5, 2.6, 3.0 do not support set comprehensions"
>{
i
for
i
in
range
(
2
)}</
warning
>