From 0159af18e25675a9040a84eade88dba1962821c3 Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Tue, 1 Dec 2020 18:03:07 -0800 Subject: [PATCH] Missing interpolator --- compiler/src/dotty/tools/dotc/core/SymbolLoaders.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {