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

4 lines
111 B
Kotlin
Vendored

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