Consider reporting a warning for unnecessary `!`. ``` object x = MayBeNull()!; // ok object y = NotNull()!; // warning ```