File tree 1 file changed +1
-3
lines changed
compiler/src/dotty/tools/dotc/core
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -791,8 +791,6 @@ object Denotations {
791
791
val currentPeriod = ctx.period
792
792
val valid = myValidFor
793
793
794
- def signalError () = println(s " error while transforming $this" )
795
-
796
794
def assertNotPackage (d : SingleDenotation , transformer : DenotTransformer ) = d match
797
795
case d : ClassDenotation =>
798
796
assert(! d.is(Package ), s " illegal transformation of package denotation by transformer $transformer" )
@@ -836,7 +834,7 @@ object Denotations {
836
834
// To work correctly, we need to demand that the context with the new phase
837
835
// is not retained in the result.
838
836
catch case ex : CyclicReference =>
839
- signalError( )
837
+ // println(s"error while transforming $this" )
840
838
throw ex
841
839
finally
842
840
mutCtx.setPeriod(savedPeriod)
You can’t perform that action at this time.
0 commit comments