Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
AddClass_after.py
blob: cecadfbd15f20cc5b9102c8defb05b2907f96f12 [
file
] [
log
] [
blame
]
class
Xyzzy
(
object
):
pass
class
XyzzyTest
:
def
testSimple
(
self
):
c
=
Xyzzy
()