File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
library/src/scala/internal Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,11 @@ object Quoted {
26
26
class patternBindHole extends Annotation
27
27
28
28
/** A splice of a name in a quoted pattern is that marks the definition of a type splice */
29
+ @ compileTimeOnly(" Illegal reference to `scala.internal.Quoted.patternType`" )
29
30
class patternType extends Annotation
30
31
31
32
/** A type pattern that must be aproximated from above */
33
+ @ compileTimeOnly(" Illegal reference to `scala.internal.Quoted.fromAbove`" )
32
34
class fromAbove extends Annotation
33
35
34
36
/** Artifact of pickled type splices
@@ -39,7 +41,7 @@ object Quoted {
39
41
*
40
42
* See ReifyQuotes.scala and PickledQuotes.scala
41
43
*/
42
- @ compileTimeOnly(" Illegal reference to `scala.internal.Quoted.patternBindHole `" )
44
+ @ compileTimeOnly(" Illegal reference to `scala.internal.Quoted.quoteTypeTag `" )
43
45
class quoteTypeTag extends Annotation
44
46
45
47
}
You can’t perform that action at this time.
0 commit comments