You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regression 2.8 Existential type error: "kinds of the type arguments (?) do not conform to the expected kinds of the type parameters (type A) in trait T. #2308
~$$ scala-2.8.0Welcome to Scala version 2.8.0.r18583-b20090827020153 (JavaHotSpot(TM) 64-BitServerVM, Java1.6.0_13).
Type in expressions to have them evaluated.
Type:help for more information.
scala>traitT[A[_]]; typeT1=T[A] forSome { typeA[_] }
<console>:4:error: kinds of the typearguments (?) do not conform to the expected kinds of the typeparameters (typeA) in traitT.
?'stypeparametersdo not matchtypeA's expected parameters: <none> has no typeparameters, but typeA has one
traitT[A[_]]; typeT1=T[A] forSome { typeA[_] }
^