package org.robolectric.testing;

import org.robolectric.annotation.internal.Instrument;

@Instrument
public class AChild extends AParent {
}
