import org.jetbrains.annotations.Nullable; class A { @Nullable String f() { return "A.f"; } }