blob: d99acbd1c254fe5edf176ceea152378de561fca3 [file] [log] [blame]
import org.jetbrains.annotations.NotNull;
public class ConstructorParam {
public ConstructorParam(@NotNull Object o) {
}
}