summaryrefslogtreecommitdiff
path: root/test/files/neg/S2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/S2.scala')
-rw-r--r--test/files/neg/S2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/S2.scala b/test/files/neg/S2.scala
index 83cc1829a3..47687a916a 100644
--- a/test/files/neg/S2.scala
+++ b/test/files/neg/S2.scala
@@ -7,7 +7,7 @@
** def t = foo(x, y);
** ^
*/
-module M {
+object M {
def foo[T](x: T, y: T): T = x;
class S2() {
class Inner() extends S2() {}