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 4836964 commit 628cc75Copy full SHA for 628cc75
compiler/src/dotty/tools/dotc/core/classfile/ClassfileParser.scala
@@ -24,7 +24,7 @@ object ClassfileParser {
24
* be invalidated. */
25
object NoEmbedded extends Embedded
26
27
- /** Replace raw types with wildcad applications */
+ /** Replace raw types with wildcard applications */
28
def cook(implicit ctx: Context) = new TypeMap {
29
def apply(tp: Type): Type = tp match {
30
case tp: TypeRef if tp.symbol.typeParams.nonEmpty =>
0 commit comments