diff --git a/compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala b/compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala index 8169295f4ba6..7ac37a0a2fca 100644 --- a/compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala +++ b/compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala @@ -326,7 +326,7 @@ abstract class SymbolLoader extends LazyType { self => */ def proxy: SymbolLoader = new SymbolLoader { export self.{doComplete, sourceFileOrNull} - def description(using Context): String = "proxy to ${self.description}" + def description(using Context): String = s"proxy to ${self.description}" } override def complete(root: SymDenotation)(using Context): Unit = {