Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/neg-macros/annot-crash.check
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
|^^^^^^
|Failed to evaluate macro annotation '@crash'.
| Caused by class scala.NotImplementedError: an implementation is missing
| scala.Predef$.$qmark$qmark$qmark(Predef.scala:401)
| scala.Predef$.$qmark$qmark$qmark(Predef.scala:387)
| crash.transform(Macro_1.scala:7)
10 changes: 5 additions & 5 deletions tests/neg/i24460.check
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
|-------------------------------------------------------------------------------------------------------------------
|Inline stack trace
|- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|This location contains code that was inlined from Predef.scala:156
156 | inline def valueOf[T]: T = summonFrom {
|This location contains code that was inlined from Predef.scala:154
154 | inline def valueOf[T]: T = summonFrom {
| ^
157 | case ev: ValueOf[T] => ev.value
158 | }
155 | case ev: ValueOf[T] => ev.value
156 | }
|- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|This location contains code that was inlined from Predef.scala:156
|This location contains code that was inlined from Predef.scala:154
7 | case _: (h *: t) => valueOf[`h` & T] +: singletons[T, t]
| ^^^^^^^^^^^^^^^^
-------------------------------------------------------------------------------------------------------------------
Loading