File tree 2 files changed +35
-2
lines changed
compiler/src/dotty/tools/dotc/tastyreflect 2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,21 @@ package dotty.tools.dotc.tastyreflect
2
2
3
3
import dotty .tools .dotc .core ._
4
4
5
- class TastyImpl (val rootContext : Contexts .Context ) extends scala.tasty.Tasty with TastyCoreImpl with CaseDefOpsImpl with ConstantOpsImpl with ContextOpsImpl with IdOpsImpl with ImportSelectorOpsImpl with QuotedOpsImpl with PatternOpsImpl with PositionOpsImpl with PrintersImpl with SignatureOpsImpl with StandardDefinitions with SymbolOpsImpl with TreeOpsImpl with TypeOrBoundsTreesOpsImpl with TypeOrBoundsOpsImpl
5
+ class TastyImpl (val rootContext : Contexts .Context )
6
+ extends scala.tasty.Tasty
7
+ with TastyCoreImpl
8
+ with CaseDefOpsImpl
9
+ with ConstantOpsImpl
10
+ with ContextOpsImpl
11
+ with IdOpsImpl
12
+ with ImportSelectorOpsImpl
13
+ with QuotedOpsImpl
14
+ with PatternOpsImpl
15
+ with PositionOpsImpl
16
+ with PrintersImpl
17
+ with SignatureOpsImpl
18
+ with StandardDefinitions
19
+ with SymbolOpsImpl
20
+ with TreeOpsImpl
21
+ with TypeOrBoundsTreesOpsImpl
22
+ with TypeOrBoundsOpsImpl
Original file line number Diff line number Diff line change @@ -2,4 +2,20 @@ package scala.tasty
2
2
3
3
import scala .tasty .reflect ._
4
4
5
- abstract class Tasty extends TastyCore with CaseDefOps with ConstantOps with ContextOps with IdOps with ImportSelectorOps with QuotedOps with PatternOps with PositionOps with Printers with SignatureOps with StandardDefinitions with SymbolOps with TreeOps with TypeOrBoundsTreeOps with TypeOrBoundsOps
5
+ abstract class Tasty
6
+ extends TastyCore
7
+ with CaseDefOps
8
+ with ConstantOps
9
+ with ContextOps
10
+ with IdOps
11
+ with ImportSelectorOps
12
+ with QuotedOps
13
+ with PatternOps
14
+ with PositionOps
15
+ with Printers
16
+ with SignatureOps
17
+ with StandardDefinitions
18
+ with SymbolOps
19
+ with TreeOps
20
+ with TypeOrBoundsTreeOps
21
+ with TypeOrBoundsOps
You can’t perform that action at this time.
0 commit comments