Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
resolve
/
ClassPrivateOutsideInstance.py
blob: 1e3c87770db110e821d7b03b36e5987d5e6f27cd [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
class
A
(
object
):
2
__X
=
1
3
4
a
=
A
()
5
6
a
.
_
<
ref
>
_X
# must fail