aboutsummaryrefslogblamecommitdiff
path: root/src/dotty/tools/dotc/util/Property.scala
blob: 608fc88e63f05645748de68039c82becf321aa1b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                        
package dotty.tools.dotc.util

/** Defines a key type with which to tag properties, such as attachments
 *  or context properties
 */
object Property {

  /** The class of keys for properties of type V */
  class Key[+V]
}