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