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 68043eb commit 0100c12Copy full SHA for 0100c12
compiler/src/dotty/tools/dotc/core/tasty/DottyUnpickler.scala
@@ -37,6 +37,7 @@ object DottyUnpickler {
37
38
/** A class for unpickling Tasty trees and symbols.
39
* @param bytes the bytearray containing the Tasty file from which we unpickle
40
+ * @param mode the tasty file contains package (TopLevel), an expression (Term) or a type (TypeTree)
41
*/
42
class DottyUnpickler(bytes: Array[Byte], mode: UnpickleMode = UnpickleMode.TopLevel) extends ClassfileParser.Embedded with tpd.TreeProvider {
43
import tpd._
0 commit comments