```if (foo != null) { foo.bar = 123 // it occurs a...
# announcements
r
Copy code
if (foo != null) { foo.bar = 123 // it occurs an error. because foo is nullable value }