1898df3fb7
#KT-13854 Fixed
5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
interface I {
|
|
val p: Int
|
|
<caret>get() = 1
|
|
} |