Skip to content

Commit 2852095

Browse files
committed
fix test
1 parent b0bf4df commit 2852095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i7052b.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import scala.quoted._
22
class Test {
33
def foo(str: String) given QuoteContext = '{
4-
delegate for QuoteContext = ???
4+
given QuoteContext = ???
55
'{
66
@deprecated(str, "") // error
77
def bar = ???

0 commit comments

Comments
 (0)