We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c4366 commit 30ccaf6Copy full SHA for 30ccaf6
tests/neg/i4044a.scala
@@ -8,7 +8,7 @@ def test(given QuoteContext) = {
8
a // error
9
$a
10
'{$a} // error
11
- '{ given QuoteContext =???; '{$a} } // error
+ '{ given QuoteContext = ???; '{$a} } // error
12
}
13
14
tests/neg/i4044b.scala
@@ -13,7 +13,7 @@ def test(given QuoteContext) = {
b // error
${b}
15
${ '{b} } // error
16
- '{ given QuoteContext =???; '{$b} } // error
+ '{ given QuoteContext = ???; '{$b} } // error
17
18
19
0 commit comments