Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg
/
declarations
/
functions
/
functionAsExpression.kt
blob: eb92b2eb756152942c60b84e8c140426d1b02e4b [
file
]
fun test
()
{
val f
=
fun
(
n
:
Int
):
Int
{
return
1
}
val g
=
fun foo
(
n
:
Int
)
=
2
}