// "Make First private" "true" class Other { internal open class Data(val x: Int) } class Another { private class First : Other.Data(42) }