Skip to content

Commit 0100c12

Browse files
Add docs
1 parent 68043eb commit 0100c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/core/tasty/DottyUnpickler.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ object DottyUnpickler {
3737

3838
/** A class for unpickling Tasty trees and symbols.
3939
* @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)
4041
*/
4142
class DottyUnpickler(bytes: Array[Byte], mode: UnpickleMode = UnpickleMode.TopLevel) extends ClassfileParser.Embedded with tpd.TreeProvider {
4243
import tpd._

0 commit comments

Comments
 (0)