Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
LambdaToClass.py
blob: 78b7535d84cf1211bfccfd83b4fdea9e9967482d [
file
] [
log
] [
blame
]
class
TestOne
():
x
=
lambda
self
:
TestTwo
()
# <ref>
class
TestTwo
():
pass