blob: 613373c861221902219d9e1b6dedfc01421a4162 [file] [log] [blame]
fun main(args: Array<String>) {
fun foo() {
}<caret>
fun boo() {
}
}