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 10d75e9 commit c8b823fCopy full SHA for c8b823f
tests/neg/i12344.scala
@@ -21,3 +21,6 @@ def test1d(using q: Quotes) = C(using q)()
21
def test2d(using q: Quotes) = C(using q)(1)
22
def test3d(using q: Quotes) = C(using q)(1, q.reflect.Flags.Lazy)
23
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