Skip to content

Commit 2060b91

Browse files
committed
Remove workarounds for fixed stdlib files.
1 parent ac5cdd8 commit 2060b91

File tree

30 files changed

+38
-43
lines changed

30 files changed

+38
-43
lines changed

compiler/src/dotty/tools/dotc/transform/linker/callgraph/CallInfoWithContext.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import scala.collection.mutable
99
case class CallInfoWithContext(call: Type, targs: List[Type], argumentsPassed: List[Type], outerTargs: OuterTargs,
1010
parent: Option[CallInfoWithContext], callee: Option[CallInfo])(implicit ctx: Context) extends AbstractCallInfo {
1111

12-
assert(!call.widenDealias.isInstanceOf[PolyParam], call.widenDealias)
13-
1412
private val outEdges = mutable.HashMap[CallInfo, List[CallInfoWithContext]]().withDefault(x => Nil)
1513

1614
def outEdgesIterator: Iterator[(CallInfo, List[CallInfoWithContext])] = outEdges.iterator

tests/link-dce-stdlib-fail-compile/stdlib-link-array-toList/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-compile/stdlib-link-list-3/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-compile/stdlib-link-map-2/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-compile/stdlib-link-patmatch-4/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-compile/stdlib-link-set-2/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-compile/stdlib-link-vector-3/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-compile/stdlib-link-vector-4/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-compile/stdlib-link-vector-5/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-run/stdlib-link-predef-println-1/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-run/stdlib-link-predef-println-2/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib-fail-run/stdlib-link-vector-1/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-3xqmark/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-SystemProperties/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-array-mkString/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-break/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-list-1/scala/sys/SystemProperties.scala

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,17 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
65-
// FIXME: A PolyParam ends up in a CallInfoWithContext
66-
// private lazy val propertyHelp = mutable.Map[String, String]()
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
65+
private lazy val propertyHelp = mutable.Map[String, String]()
6766
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {
68-
// propertyHelp(p.key) = helpText
67+
propertyHelp(p.key) = helpText
6968
p
7069
}
7170
private def bool(key: String, helpText: String): BooleanProp = addHelp[BooleanProp](
7271
if (key startsWith "java.") BooleanProp.valueIsTrue(key) else BooleanProp.keyExists(key),
7372
helpText
7473
)
75-
// def help(key: String) = propertyHelp.getOrElse(key, "")
74+
def help(key: String) = propertyHelp.getOrElse(key, "")
7675

7776
// Todo: bring some sanity to the intersection of system properties aka "mutable
7877
// state shared by everyone and everything" and the reality that there is no other

tests/link-dce-stdlib/stdlib-link-list-2/scala/sys/SystemProperties.scala

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,17 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
65-
// FIXME: A PolyParam ends up in a CallInfoWithContext
66-
// private lazy val propertyHelp = mutable.Map[String, String]()
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
65+
private lazy val propertyHelp = mutable.Map[String, String]()
6766
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {
68-
// propertyHelp(p.key) = helpText
67+
propertyHelp(p.key) = helpText
6968
p
7069
}
7170
private def bool(key: String, helpText: String): BooleanProp = addHelp[BooleanProp](
7271
if (key startsWith "java.") BooleanProp.valueIsTrue(key) else BooleanProp.keyExists(key),
7372
helpText
7473
)
75-
// def help(key: String) = propertyHelp.getOrElse(key, "")
74+
def help(key: String) = propertyHelp.getOrElse(key, "")
7675

7776
// Todo: bring some sanity to the intersection of system properties aka "mutable
7877
// state shared by everyone and everything" and the reality that there is no other

tests/link-dce-stdlib/stdlib-link-module-init/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-mutable-set-0/scala/sys/SystemProperties.scala

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,17 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
65-
// FIXME: A PolyParam ends up in a CallInfoWithContext
66-
// private lazy val propertyHelp = mutable.Map[String, String]()
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
65+
private lazy val propertyHelp = mutable.Map[String, String]()
6766
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {
68-
// propertyHelp(p.key) = helpText
67+
propertyHelp(p.key) = helpText
6968
p
7069
}
7170
private def bool(key: String, helpText: String): BooleanProp = addHelp[BooleanProp](
7271
if (key startsWith "java.") BooleanProp.valueIsTrue(key) else BooleanProp.keyExists(key),
7372
helpText
7473
)
75-
// def help(key: String) = propertyHelp.getOrElse(key, "")
74+
def help(key: String) = propertyHelp.getOrElse(key, "")
7675

7776
// Todo: bring some sanity to the intersection of system properties aka "mutable
7877
// state shared by everyone and everything" and the reality that there is no other

tests/link-dce-stdlib/stdlib-link-predef/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-Any-empty/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-Any/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-AnyRef-empty/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-AnyRef/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-int-empty/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-int/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-poly1/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-poly2-empty/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

tests/link-dce-stdlib/stdlib-link-varargs-poly2/scala/sys/SystemProperties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object SystemProperties {
6161
*/
6262
def exclusively[T](body: => T) = this synchronized body
6363

64-
// implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
64+
implicit def systemPropertiesToCompanion(p: SystemProperties): SystemProperties.type = this
6565
// FIXME: A PolyParam ends up in a CallInfoWithContext
6666
// private lazy val propertyHelp = mutable.Map[String, String]()
6767
private def addHelp[P <: Prop[_]](p: P, helpText: String): P = {

0 commit comments

Comments
 (0)