4d9b19da82
#KT-18539 Fixed
7 lines
199 B
Kotlin
Vendored
7 lines
199 B
Kotlin
Vendored
// "Make private and implements 'setName'" "true"
|
|
// DISABLE-ERRORS
|
|
class A(<caret>var name: String) : JavaInterface {
|
|
override fun getName(): String {
|
|
TODO("Not yet implemented")
|
|
}
|
|
} |