Why does that code not compile: ``` val foo:...
# announcements
j
Why does that code not compile:
Copy code
val foo: String? = null;
      com.google.common.base.Preconditions.checkNotNull(foo, "Must not be null")