Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
movePropertyToConstructor
/
lambdaWithoutParameters.kt
blob: 4425334c7336a3ff9708287cc698696364764d25 [
file
] [
log
] [
blame
]
class
TestClass
{
val
<caret>
prop2
=
{
}
}