aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Definitions.scala
blob: d66b6edaadcf40d07dff641639d5032f147f90ba (plain) (blame)
1
2
3
4
5
6
7
8
9
package dotty.tools.dotc.core

import Types._, Contexts._

class Definitions(ctx: Context) {
  lazy val AnyType: Type = ???
  lazy val NothingType: Type = ???

}