Skip to content

Commit c8b823f

Browse files
committed
Add test
1 parent 10d75e9 commit c8b823f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/neg/i12344.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ def test1d(using q: Quotes) = C(using q)()
2121
def test2d(using q: Quotes) = C(using q)(1)
2222
def test3d(using q: Quotes) = C(using q)(1, q.reflect.Flags.Lazy)
2323
def test4d(using q: Quotes) = C(using q)(f = q.reflect.Flags.Lazy)
24+
25+
def test1e(using q: Quotes) = new C()()
26+
def test2e(using q: Quotes) = C()()

0 commit comments

Comments
 (0)