Files
kotlin-fork/idea/testData/quickfix/makePrivateAndOverrideMember/parameterHasPublic.before.Main.kt
T
2019-10-17 17:08:03 +07:00

4 lines
127 B
Kotlin
Vendored

// "Make private and implements 'getName'" "true"
// DISABLE-ERRORS
class A(<caret>public val name: String) : JavaInterface {
}