Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
movePropertyToConstructor
/
lambdaWithoutParameters.kt.after
blob: 4f2428a7451e0c216ed3dff02c779a506b4257d7 [
file
] [
log
] [
blame
]
class
TestClass
(
val prop2
:
()
->
Unit
=
{
})
{
}