summaryrefslogtreecommitdiff
path: root/test/files/pos/t757.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t757.scala')
-rw-r--r--test/files/pos/t757.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t757.scala b/test/files/pos/t757.scala
index 7513910d8d..fd7624cee7 100644
--- a/test/files/pos/t757.scala
+++ b/test/files/pos/t757.scala
@@ -1,4 +1,4 @@
-package foo {
+package foo {
object C {
def foo {
Console.println("foo")
@@ -6,7 +6,7 @@ package foo {
}
}
-package bar {
+package bar {
object Main extends App {
foo.C.foo
}