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 d2a5fc7 commit eb1e71fCopy full SHA for eb1e71f
library/src/scala/quoted/Expr.scala
@@ -4,7 +4,7 @@ package scala.quoted
4
*
5
* `Expr` has extension methods that are defined in `scala.quoted.Quotes`.
6
*/
7
-abstract class Expr[+T] private[scala]
+abstract class Expr[+T] private[scala] ()
8
9
/** Constructors for expressions */
10
object Expr {
0 commit comments