summaryrefslogtreecommitdiff
path: root/test/files/pos/t0301.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0301.scala')
-rw-r--r--test/files/pos/t0301.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t0301.scala b/test/files/pos/t0301.scala
index cb68f38062..24b4776010 100644
--- a/test/files/pos/t0301.scala
+++ b/test/files/pos/t0301.scala
@@ -1,7 +1,7 @@
package fos
abstract class Expr
-case class Var extends Expr
+case class Var() extends Expr
object Analyzer {
def substitution(expr: Expr, cls: (Var,Var)): Expr =