Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
psi
/
WithStatement2.py
blob: bf22b3a7b17b457abee1dc679aad7d5e60b42716 [
file
] [
log
] [
blame
]
# with = 1 # legal identifier
# with = 1
with
=
1
# from __future__ import nested_scopes, with_statement
from
__future__
import
nested_scopes
,
with_statement
# with x.y(z)[t] as y: pass
with
x
.
y
(
z
)[
t
]
as
y
:
pass
# with = 1 # now illegal
with
=
1