aboutsummaryrefslogblamecommitdiff
path: root/src/dotty/tools/dotc/core/Constants.scala
blob: 94e22cdd4de670622c6d5d383ea7a09e248baf7f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                   
package dotty.tools.dotc
package core

import Types._

object Constants {

  case class Constant(value: Any) {
    def tpe: Type = ???
  }

}