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