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 f9910eb commit 57027f7Copy full SHA for 57027f7
src/dotty/tools/dotc/core/StdNames.scala
@@ -125,7 +125,7 @@ object StdNames {
125
val DEFAULT_EXCEPTION_NAME: N = "ex$"
126
val INITIALIZER_PREFIX: N = "initial$"
127
val COMPANION_MODULE_METHOD: N = "companion$module"
128
- val COMPANION_CLASS_METHOD: N = "compaion$class"
+ val COMPANION_CLASS_METHOD: N = "companion$class"
129
130
// value types (and AnyRef) are all used as terms as well
131
// as (at least) arguments to the @specialize annotation.
0 commit comments