5 lines
86 B
Kotlin
5 lines
86 B
Kotlin
// "Remove 'protected' modifier" "true"
|
|
package test
|
|
|
|
<caret>protected val a: Int = 0
|