Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>