We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13fac8 commit 866d6abCopy full SHA for 866d6ab
tests/neg/i7052b.scala
@@ -0,0 +1,10 @@
1
+import scala.quoted._
2
+class Test {
3
+ def foo(str: String) given QuoteContext = '{
4
+ delegate for QuoteContext = ???
5
+ '{
6
+ @deprecated(str, "") // error
7
+ def bar = ???
8
+ }
9
10
+}
0 commit comments