blob: 391d47d91661e1817641ccf14c2bd195af971828 [file] [log] [blame]
import org.checkerframework.framework.testchecker.reflection.qual.*;
package java.lang.reflect;
class Method {
@Top Object invoke(@Top Method this, @ReflectBottom Object obj, @ReflectBottom Object @Top [] args);
}
class Constructor<T> {
@Top Object newInstance(@Top Constructor<T> this, @ReflectBottom Object @Top [] args);
}