blob: 65a541c76164c40fffaf328d0c6ad6cf7dd7869b [file]
// COMPILATION_ERRORS
open class A
open class AB private {
fun foo() {}
}
class A1 {
}
open class B<T : A> private () {
}