Skip to content

Commit ebe3290

Browse files
committed
Remove NonExistentTree.
1 parent ff091be commit ebe3290

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/dotty/tools/backend/jvm/DottyBackendInterface.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import StdNames.nme
3333
import NameOps._
3434

3535
class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
36-
trait NonExistentTree extends tpd.Tree
3736
type Symbol = Symbols.Symbol
3837
type Type = Types.Type
3938
type Tree = tpd.Tree
@@ -68,8 +67,8 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
6867
type Modifiers = tpd.Modifiers
6968
type Annotation = Annotations.Annotation
7069
type ArrayValue = tpd.JavaSeqLiteral
71-
type ApplyDynamic = NonExistentTree
72-
type ModuleDef = NonExistentTree
70+
type ApplyDynamic = Null
71+
type ModuleDef = Null
7372
type LabelDef = tpd.DefDef
7473
type Closure = tpd.Closure
7574

0 commit comments

Comments
 (0)