Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
movePropertyToConstructor
/
lambda.kt.after
blob: 7a39ce1b1bd47fc854beb50cc0bfa65cd81f3b40 [
file
] [
log
] [
blame
]
class
TestClass
(
val prop2
:
(
Int
,
String
)
->
Unit
=
{
a
:
Int
,
b
:
String
->
})
{
}