File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ private[scala] abstract class LowPriorityImplicits {
484
484
// These eight implicits exist solely to exclude Null from the domain of
485
485
// the boxed types, so that e.g. "var x: Int = null" is a compile time
486
486
// error rather than a delayed null pointer exception by way of the
487
- // conversion from java.lang.Integer. If defined in the same file as
487
+ // conversion from java.lang.Integer. If defined in the same template as
488
488
// Integer2int, they would have higher priority because Null is a subtype
489
489
// of Integer. We balance that out and create conflict by moving the
490
490
// definition into the superclass.
@@ -531,4 +531,3 @@ private[scala] abstract class LowPriorityImplicits {
531
531
def apply () = immutable.IndexedSeq .newBuilder[T ]
532
532
}
533
533
}
534
-
You can’t perform that action at this time.
0 commit comments