1/*
2 * Copyright (c) 2017 Mockito contributors
3 * This program is made available under the terms of the MIT License.
4 */
5package org.mockitousage.bugs.creation.api;
6
7import org.mockitousage.bugs.creation.otherpackage.PublicParentClass;
8
9public class PublicClass extends PublicParentClass {
10}
11