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 acd1f7c commit b4e0c34Copy full SHA for b4e0c34
tests/neg/i1779.scala
@@ -8,6 +8,6 @@ object Test {
8
def f = {
9
val _parent = 3
10
q"val hello = $_parent"
11
- q"class $_" // error // error
12
- }
+ q"class $_" // error
+ } // error
13
}
0 commit comments