bd38363077
To explicitly specify which test are failing
6 lines
113 B
Kotlin
Vendored
6 lines
113 B
Kotlin
Vendored
// "Remove 'private' modifier" "true"
|
|
abstract class My {
|
|
abstract var foo: Int
|
|
<caret>private set
|
|
}
|