import org.jetbrains.annotations.NotNull; class Foo { void main() { foo((String) null); } static void foo(@NotNull String s) {} }