fun test() { val f = fun(n: Int): Int { return 1 } val g = fun foo(n: Int) = 2 }