@@ -265,7 +265,7 @@ class DottyBackendInterface(outputDirectory: AbstractFile, val superCallsMap: Ma
265
265
} else {
266
266
// println(i"not an enum: ${t.symbol} / ${t.symbol.denot.owner} / ${t.symbol.denot.owner.isTerm} / ${t.symbol.denot.owner.flags}")
267
267
assert(toDenot(t.symbol).name.is(DefaultGetterName ),
268
- s " ${toDenot(t.symbol).name.debugString}" ) // this should be default getter. do not emmit .
268
+ s " ${toDenot(t.symbol).name.debugString}" ) // this should be default getter. do not emit .
269
269
}
270
270
case t : SeqLiteral =>
271
271
val arrAnnotV : AnnotationVisitor = av.visitArray(name)
@@ -626,7 +626,7 @@ class DottyBackendInterface(outputDirectory: AbstractFile, val superCallsMap: Ma
626
626
627
627
def symbol : Symbol = a.tree.symbol
628
628
629
- def args : List [Tree ] = List .empty // those arguments to scala-defined annotations. they are never emmitted
629
+ def args : List [Tree ] = List .empty // those arguments to scala-defined annotations. they are never emitted
630
630
}
631
631
632
632
def assocsFromApply (tree : Tree ): List [(Name , Tree )] = {
@@ -986,7 +986,7 @@ class DottyBackendInterface(outputDirectory: AbstractFile, val superCallsMap: Ma
986
986
def summaryString : String = tp.showSummary
987
987
988
988
def params : List [Symbol ] =
989
- Nil // backend uses this to emmit annotations on parameter lists of forwarders
989
+ Nil // backend uses this to emit annotations on parameter lists of forwarders
990
990
// to static methods of companion class
991
991
// in Dotty this link does not exists: there is no way to get from method type
992
992
// to inner symbols of DefDef
0 commit comments