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