Skip to content

Report hidden diagnostic for unnecessary ! #25372

@cston

Description

@cston

Consider reporting a warning for unnecessary !.

object x = MayBeNull()!; // ok
object y = NotNull()!;   // warning

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions