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

4 lines
120 B
Kotlin
Vendored

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