File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -162,15 +162,6 @@ object Splicer {
162
162
case tree : Ident if tree.symbol.is(Inline ) || summon[Env ].contains(tree.symbol) =>
163
163
// OK
164
164
165
- // TODO remove case
166
- case Apply (Select (TypeApply (unsafeExpr, _), nme.apply), List (expr))
167
- if unsafeExpr.symbol.showFullName == " scala.quoted.Scope.unsafeExpr" =>
168
- checkIfValidArgument(expr)
169
- case Apply (TypeApply (unsafeType, _), List (expr))
170
- if unsafeType.symbol.showFullName == " scala.quoted.Scope.unsafeType" =>
171
- checkIfValidArgument(expr)
172
- case Apply (given_Type, List (expr)) if given_Type.symbol.showFullName == " scala.quoted.Scope.given_Type" =>
173
- checkIfValidArgument(expr)
174
165
case _ =>
175
166
val extra = if tree.span.isZeroExtent then " : " + tree.show else " "
176
167
report.error(
You can’t perform that action at this time.
0 commit comments