```if (instance != null) { instance.method // i...
# announcements
r
Copy code
if (instance != null) { 
  instance.method // it works randomly 
}