class InvalidNullInteger { public static void main(String[] args) { int notNull = null; } }