File tree 2 files changed +2
-2
lines changed
src-bootstrapped/scala/compiletime
src-non-bootstrapped/scala/compiletime/quoted
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import scala.quoted._
4
4
5
5
object Type {
6
6
7
- /** A term quote is desugared by the compiler into a call to this method */
7
+ /** A type quote is desugared by the compiler into a call to this method */
8
8
def apply [T <: AnyKind ]: Type [T ] =
9
9
throw new Error (" Internal error: this method call should have been replaced by the compiler" )
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import scala.quoted._
4
4
5
5
object Type {
6
6
7
- /** A term quote is desugared by the compiler into a call to this method */
7
+ /** A type quote is desugared by the compiler into a call to this method */
8
8
def apply [T ]: Type [T ] =
9
9
throw new Error (" Internal error: this method call should have been replaced by the compiler" )
10
10
You can’t perform that action at this time.
0 commit comments