File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,6 @@ class Definitions {
408
408
alias.info.classSymbol.typeRef
409
409
}
410
410
411
- // lazy val SeqType: TypeRef = ctx.requiredClassRef("scala.collection.Seq")
412
411
def SeqClass (implicit ctx : Context ) = SeqType .symbol.asClass
413
412
lazy val Seq_applyR = SeqClass .requiredMethodRef(nme.apply)
414
413
def Seq_apply (implicit ctx : Context ) = Seq_applyR .symbol
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ object Implicits {
71
71
/** The implicit references */
72
72
def refs : List [ImplicitRef ]
73
73
74
- private var SingletonClass : ClassSymbol = null
74
+ private [ this ] var SingletonClass : ClassSymbol = null
75
75
76
76
/** Widen type so that it is neither a singleton type nor a type that inherits from scala.Singleton. */
77
77
private def widenSingleton (tp : Type )(implicit ctx : Context ): Type = {
You can’t perform that action at this time.
0 commit comments