import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; class A { static final int x = null; void test() { long y = x; } }