Skip to content

Commit 5630085

Browse files
committed
bugfix: Fix tests after backporting
1 parent 9ecd1c7 commit 5630085

File tree

9 files changed

+1
-105
lines changed

9 files changed

+1
-105
lines changed

tests/neg-macros/i22616b.check

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/neg-macros/i22616b.scala

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/run-macros/i22616c.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/run-macros/i22616c/Macro_4.scala

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/run-macros/i22616c/MyTypeRepr_3.scala

Lines changed: 0 additions & 33 deletions
This file was deleted.

tests/run-macros/i22616c/SealedTrait3_2.scala

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/run-macros/i22616c/Test_5.scala

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/run-macros/i22616c/caseName_1.scala

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/warn/i23164.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class T20[F[_]]
2121
class T21[F[_]]
2222
class T22[F[_]]
2323

24-
class Result[F[_]: {T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22}]
24+
class Result[F[_]: T1 :T2 :T3 :T4 :T5 :T6 :T7 :T8 :T9 :T10 :T11 :T12 :T13 :T14 :T15 :T16 :T17 :T18 :T19 :T20 :T21 :T22]
2525

2626
val r = for
2727
t1 <- Option(new T1[Option])

0 commit comments

Comments
 (0)