blob: eb92b2eb756152942c60b84e8c140426d1b02e4b [file]
fun test() {
val f = fun(n: Int): Int { return 1 }
val g = fun foo(n: Int) = 2
}