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