Files
kotlin-fork/idea/testData/quickfix/redundantVisibilityModifier/getter.kt
T
2019-07-08 16:14:35 +03:00

2 lines
76 B
Kotlin
Vendored

// "Remove redundant 'public' modifier" "true"
val a <caret>public get() = 0