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 {
56
56
end Scala3CompilerConfig
57
57
58
58
/** 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 {}
60
60
61
61
}
62
62
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ object UnpicklerConfig {
74
74
}
75
75
76
76
/** 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 {}
78
78
}
79
79
80
80
class TastyHeaderUnpickler (config : UnpicklerConfig , reader : TastyReader ) {
You can’t perform that action at this time.
0 commit comments