/*
 * Copyright (c) 2017 Mockito contributors
 * This program is made available under the terms of the MIT License.
 */
package org.mockitousage.bugs.creation.api;

import org.mockitousage.bugs.creation.otherpackage.PublicParentClass;

public class PublicClass extends PublicParentClass {
}
