blob: 71669d65eaa3c4aba9392f7bbaa78ad10848e0fb [file] [log] [blame]
// IS_APPLICABLE: false
interface A {
val <caret>foo: Int
get() = 1
}