// !DIAGNOSTICS: -UNUSED_PARAMETER interface A { fun f(a: List): String = TODO() private fun f(a: List): String = TODO() } class B : A