MatchCheck

dotty.tools.dotc.ast.desugar.MatchCheck
enum MatchCheck

What static check should be applied to a Match?

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case Exhaustive extends MatchCheck
case case IrrefutableGenFrom extends MatchCheck
case case IrrefutablePatDef extends MatchCheck
case case None extends MatchCheck