You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala
+1-2
Original file line number
Diff line number
Diff line change
@@ -1668,8 +1668,7 @@ class TreeUnpickler(reader: TastyReader,
1668
1668
valpat= readTree()
1669
1669
valpatType= readType()
1670
1670
val (targs, args) = until(end)(readTree()).span(_.isType)
1671
-
assert(targs.isEmpty, "unexpected type arguments in SPLICEPATTERN") // `targs` will be needed for #18271. Until this fearure is added they should be empty.
0 commit comments