Skip to content

Commit 654eb71

Browse files
Remove assert
1 parent 9a911ba commit 654eb71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ class ReifyQuotes extends MacroTransformWithImplicits {
184184
def tryHeal(tp: Type, pos: Position)(implicit ctx: Context): Option[String] = tp match {
185185
case tp: TypeRef =>
186186
if (level == 0) {
187-
assert(ctx.owner.is(Macro))
188187
None
189188
} else {
190189
val reqType = defn.QuotedTypeType.appliedTo(tp)

0 commit comments

Comments
 (0)