summaryrefslogtreecommitdiff
path: root/test/files/pos/infer2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/infer2.scala')
-rw-r--r--test/files/pos/infer2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/infer2.scala b/test/files/pos/infer2.scala
index 5e93446cdf..66f3d76544 100644
--- a/test/files/pos/infer2.scala
+++ b/test/files/pos/infer2.scala
@@ -1,4 +1,4 @@
-module test {
+object test {
def f[a, b <: a](x: b): a = x: a;
def g[a >: b, b](x: b): a = x: a;