File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/core/tasty
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ object TastyUnpickler {
5656 end Scala3CompilerConfig
5757
5858 /** A config for the TASTy reader of a scala 3 compiler */
59- val scala3CompilerConfig = new Scala3CompilerConfig with UnpicklerConfig .DefaultTastyVersion {}
59+ val scala3CompilerConfig : UnpicklerConfig = new Scala3CompilerConfig with UnpicklerConfig .DefaultTastyVersion {}
6060
6161}
6262
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ object UnpicklerConfig {
7474 }
7575
7676 /** A config for the TASTy reader of a generic tool */
77- val generic = new UnpicklerConfig with Generic with DefaultTastyVersion {}
77+ val generic : UnpicklerConfig = new UnpicklerConfig with Generic with DefaultTastyVersion {}
7878}
7979
8080class TastyHeaderUnpickler (config : UnpicklerConfig , reader : TastyReader ) {
You can’t perform that action at this time.
0 commit comments