Skip to content

Commit ca03fd8

Browse files
Merge pull request #6966 from dotty-staging/move-quoted-package-to-library
Move quoted package to library
2 parents 52fe263 + 5fe39be commit ca03fd8

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

library/src-non-bootstrapped/scala/quoted/package.scala

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

library/src-bootstrapped/scala/quoted/package.scala renamed to library/src/scala/quoted/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ package object quoted {
3838
var result: T = NoResult.asInstanceOf[T]
3939
def dummyRun given QuoteContext: Expr[Unit] = {
4040
result = thunk
41-
'{}
41+
Expr.unitExpr
4242
}
4343
toolbox.run(dummyRun given _)
4444
assert(result != NoResult) // toolbox.run should have thrown an exception

0 commit comments

Comments
 (0)