dotty.tools.dotc.core.unpickleScala2
Exception thrown if classfile is corrupted
Temporary type for classinfos, will be decomposed on completion of the class
Convert array parameters denoting a repeated parameter of a Java method
to RepeatedParamClass
types.
Convert temp poly type to some native Dotty idiom.
Convert temp poly type to some native Dotty idiom.
The denotation that gets the converted type as info.
If denot
is not an abstract type, this simply returns an equivalent PolyType
.
If denot
is an abstract type, it converts a
TempPolyType(List(v_1 T_1, ..., v_n T_n), lo .. hi)
to a type lambda using parameterizeWith/LambdaAbstract
.