File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ class Definitions {
680
680
lazy val ModuleSerializationProxyType : TypeRef = ctx.requiredClassRef(" scala.runtime.ModuleSerializationProxy" )
681
681
def ModuleSerializationProxyClass (implicit ctx : Context ): ClassSymbol = ModuleSerializationProxyType .symbol.asClass
682
682
lazy val ModuleSerializationProxyConstructor : TermSymbol =
683
- ModuleSerializationProxyClass .requiredMethod(nme.CONSTRUCTOR , List (ClassType (WildcardType )))
683
+ ModuleSerializationProxyClass .requiredMethod(nme.CONSTRUCTOR , List (ClassType (TypeBounds .empty )))
684
684
685
685
lazy val GenericType : TypeRef = ctx.requiredClassRef(" scala.reflect.Generic" )
686
686
def GenericClass (implicit ctx : Context ): ClassSymbol = GenericType .symbol.asClass
You can’t perform that action at this time.
0 commit comments