Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertReferenceToLambda
/
apply.kt.after
blob: 99d35b9dfc4550f7fceb6a4139e257c3aebcb894 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
class
My
{
fun foo
()
{}
}
val x
=
My
().
apply
{
foo
()
}