Files
kotlin-fork/idea/testData/quickfix/modifiers/beforePackageMemberCannotBeProtected.kt
T
2013-02-13 11:54:16 +04:00

5 lines
86 B
Kotlin

// "Remove 'protected' modifier" "true"
package test
<caret>protected val a: Int = 0