summaryrefslogtreecommitdiff
path: root/test/pos/modules.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/modules.scala')
-rw-r--r--test/pos/modules.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pos/modules.scala b/test/pos/modules.scala
index d916d7fd60..8168a42d3c 100644
--- a/test/pos/modules.scala
+++ b/test/pos/modules.scala
@@ -1,8 +1,8 @@
package scala {
- module a {
+ object a {
- module b {
+ object b {
trait c {}
def foo(x: c): c = bar(x)