blob: a199d260ea201f11362760ddc9bcda0ff288cc63 [file] [log] [blame]
// IS_APPLICABLE: false
open class Foo {
open fun bar(<caret>foo: Int) {
}
}