blob: b21f96e3989e6805e43ca296cf98979dde84a277 [file] [log] [blame]
import org.jetbrains.annotations.NotNull;
public class SimpleParam {
public void test(@NotNull Object o) {
}
}