aboutsummaryrefslogblamecommitdiff
path: root/src/dotty/language.scala
blob: 416a4281ba64659bc0bdb433ec9fbcd532f58e48 (plain) (tree)
1
2
3
4
5
6
7
8
9





                 

                              
 
package dotty

object language {

  class Feature

  /** Keep union types */
  val keepUnions = new Feature
}