Skip to content

Commit 0d9bf9a

Browse files
TheElectronWillsmarter
authored andcommitted
Move Invoker to scala.runtime.coverage
1 parent 9c01e86 commit 0d9bf9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ class Definitions {
461461
}
462462
def NullType: TypeRef = NullClass.typeRef
463463

464-
@tu lazy val InvokerModuleRef = requiredMethodRef("scala.runtime.Invoker")
464+
@tu lazy val InvokerModuleRef = requiredModuleRef("scala.runtime.coverage.Invoker")
465465

466466
@tu lazy val ImplicitScrutineeTypeSym =
467467
newPermanentSymbol(ScalaPackageClass, tpnme.IMPLICITkw, EmptyFlags, TypeBounds.empty).entered

library/src/scala/runtime/Invoker.scala renamed to library/src/scala/runtime/coverage/Invoker.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package scala.runtime
1+
package scala.runtime.coverage
22

33
import scala.collection.mutable.{BitSet, AnyRefMap}
44
import scala.collection.concurrent.TrieMap

0 commit comments

Comments
 (0)