diff --git a/tests/pos-macros/i15971.scala b/tests/pos-macros/i15971.scala deleted file mode 100644 index 537e435f919f..000000000000 --- a/tests/pos-macros/i15971.scala +++ /dev/null @@ -1,12 +0,0 @@ -sealed trait A -case class B[T](x: T) extends A - -object Test { - inline def fun(x: A): Int = inline x match { - case B(x1): B[t] => 0 - } - - @main def main() = - val x = B(0) - fun(x) -} \ No newline at end of file