Skip to content

Commit ff87310

Browse files
committed
Merge pull request #1162 from dotty-staging/vc-companions
remove println from FirstTransform
2 parents bf1a722 + 5ee2018 commit ff87310

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotty/tools/dotc/transform/FirstTransform.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class FirstTransform extends MiniPhaseTransform with IdentityDenotTransformer wi
5050
case tp@ClassInfo(_, cls, _, decls, _)
5151
if (ValueClasses.isDerivedValueClass(cls)) &&
5252
!sym.isDefinedInCurrentRun && sym.scalacLinkedClass == NoSymbol =>
53-
println(s"needsCompanion for: $sym")
5453
val newDecls = decls.cloneScope
5554
val (modul, mcMethod, symMethod) = newCompanion(sym.name.toTermName, sym)
5655
modul.entered

0 commit comments

Comments
 (0)