blob: f0cc2e11e775e12ef6921f05c80af25490dfdcb0 [file] [log] [blame]
fun foo(a: Int) {
}
fun test() {
val vvvvv = 12
foo(vvvvv<caret>)
}