File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed
compiler/src/dotty/tools/dotc/tastyreflect
library/src/scala/tasty/reflect Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -1713,13 +1713,6 @@ class ReflectionCompilerInterface(val rootContext: core.Contexts.Context) extend
1713
1713
1714
1714
def Symbol_noSymbol (given ctx : Context ): Symbol = core.Symbols .NoSymbol
1715
1715
1716
- def Symbol_typeRef (symbol : Symbol )(given ctx : Context ): TypeOrBounds = symbol.typeRef
1717
-
1718
- def Symbol_termRef (symbol : Symbol )(given ctx : Context ): TypeOrBounds = symbol.termRef
1719
-
1720
- def Symbol_info (symbol : Symbol )(given ctx : Context ): TypeOrBounds = symbol.info
1721
-
1722
-
1723
1716
//
1724
1717
// FLAGS
1725
1718
//
Original file line number Diff line number Diff line change @@ -1255,12 +1255,6 @@ trait CompilerInterface {
1255
1255
1256
1256
def Symbol_noSymbol (given ctx : Context ): Symbol
1257
1257
1258
- def Symbol_typeRef (symbol : Symbol )(given ctx : Context ): TypeOrBounds
1259
-
1260
- def Symbol_termRef (symbol : Symbol )(given ctx : Context ): TypeOrBounds
1261
-
1262
- def Symbol_info (symbol : Symbol )(given ctx : Context ): TypeOrBounds
1263
-
1264
1258
//
1265
1259
// FLAGS
1266
1260
//
Original file line number Diff line number Diff line change @@ -144,15 +144,6 @@ trait SymbolOps extends Core { selfSymbolOps: FlagsOps =>
144
144
def companionModule (given ctx : Context ): Symbol =
145
145
internal.Symbol_companionModule (self)
146
146
147
- def typeRef (given ctx : Context ): TypeOrBounds =
148
- internal.Symbol_typeRef (self)
149
-
150
- def termRef (given ctx : Context ): TypeOrBounds =
151
- internal.Symbol_termRef (self)
152
-
153
- def info (given ctx : Context ): TypeOrBounds =
154
- internal.Symbol_info (self)
155
-
156
147
}
157
148
158
149
}
You can’t perform that action at this time.
0 commit comments