blob: ed009ef6d14b017c239ca31cda917078d1b0f4ff [file]
// OPTION: 0
fun foo(n : Int): Int {<caret>
return 0
}