We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238751f commit 311a654Copy full SHA for 311a654
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1935,7 +1935,7 @@ object SymDenotations {
1935
*/
1936
trait TypeParamsCompleter extends LazyType {
1937
override def completerTypeParams(sym: Symbol)(implicit ctx: Context): List[TypeSymbol] =
1938
- unsupported("completerTypeParams") // should be abstract, but Scala-2 will then comppute wrong type for it
+ unsupported("completerTypeParams") // should be abstract, but Scala-2 will then compute the wrong type for it
1939
}
1940
1941
val NoSymbolFn = (ctx: Context) => NoSymbol
0 commit comments