7 lines
134 B
Kotlin
Vendored
7 lines
134 B
Kotlin
Vendored
// "Remove 'private' modifier" "true"
|
|
abstract class My {
|
|
abstract var foo: Int
|
|
<caret>private set
|
|
}
|
|
/* FIR_COMPARISON */
|