Skip to content

Commit b979200

Browse files
committed
Fix test
The difference in behavior was caused by 75e15b9.
1 parent 22c9e56 commit b979200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/i1779.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ object Test {
88
def f = {
99
val _parent = 3
1010
q"val hello = $_parent"
11-
q"class $_" // error // error
12-
}
11+
q"class $_" // error
12+
} // error
1313
}

0 commit comments

Comments
 (0)