aboutsummaryrefslogblamecommitdiff
path: root/src/dotty/tools/dotc/ast/Desugar.scala
blob: 1fc62f7ceef2c4a79d5a6d1a3d1e0eb73cd67fe1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                      
package dotty.tools
package dotc
package ast

import core._
import util.Positions._, Types._, Contexts._, Constants._, Names._, NameOps._, Flags._
import SymDenotations._, Symbols._, StdNames._, Annotations._, Trees._
import TreeInfo._
import Decorators._
import language.higherKinds
import collection.mutable.ListBuffer

trait Desugar { this: untpd.type =>



}