summaryrefslogtreecommitdiff
path: root/src/library/scala/unsealed.scala
blob: 5ea51ae144dc787e07c6f2d56b2313bb324db999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2007, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $Id: remote.scala 9400 2006-11-28 17:22:45 +0000 (Tue, 28 Nov 2006) michelou $


package scala

/**
 * An attribute that gets applied to a selector in a match expression.
 * If it is present, exhaustiveness warnings for that expression will be suppressed.
 */
class unsealed extends Attribute {}