aeefdffaab
#KT-8427 Fixed
5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
interface A {
|
|
val <caret>foo: Int
|
|
get() = 1
|
|
} |