Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
FunctionLiterals.kt
blob: ba766a3bc0e66a9005577e78135af496f545038f [
file
]
fun foo
()
{
{}
{
foo
}
{
a
->
a
}
{
x
,
y
->
1
}
{
a
:
b
->
f
}
{
a
:
b
,
c
->
f
}
{
a
:
b
,
c
:
d
->
f
}
{
a
:
(
Int
)
->
Unit
,
c
:
(
Int
)
->
Unit
->
f
}
//{a: ((Int) -> Unit) ->} todo
//{[a] a: A -> }
}