Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
anonymousFunctionToLambda
/
constructor.kt
blob: d21d8fbe4f07e9b5eb54805abcd33f365179057b [
file
] [
log
] [
blame
]
class
Foo
(
f
:
()
->
Unit
)
fun main
(
args
:
String
)
{
Foo
(
fun
<caret>
()
{
val p
=
1
})
}