Skip to content

Commit 68deb63

Browse files
Merge pull request #8994 from dotty-staging/move-quoted-reporting-to-bootstrapped
Move quoted.Reporting to src-bootstrapped
2 parents 59fcde7 + cbccc35 commit 68deb63

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package scala.quoted
2+
3+
object Reporting {
4+
5+
/** Throwable used to stop the expansion of a macro after an error was reported */
6+
class StopQuotedContext extends Throwable
7+
8+
}

0 commit comments

Comments
 (0)