We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff091be commit ebe3290Copy full SHA for ebe3290
src/dotty/tools/backend/jvm/DottyBackendInterface.scala
@@ -33,7 +33,6 @@ import StdNames.nme
33
import NameOps._
34
35
class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
36
- trait NonExistentTree extends tpd.Tree
37
type Symbol = Symbols.Symbol
38
type Type = Types.Type
39
type Tree = tpd.Tree
@@ -68,8 +67,8 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
68
67
type Modifiers = tpd.Modifiers
69
type Annotation = Annotations.Annotation
70
type ArrayValue = tpd.JavaSeqLiteral
71
- type ApplyDynamic = NonExistentTree
72
- type ModuleDef = NonExistentTree
+ type ApplyDynamic = Null
+ type ModuleDef = Null
73
type LabelDef = tpd.DefDef
74
type Closure = tpd.Closure
75
0 commit comments