summaryrefslogtreecommitdiff
path: root/test/files/pos/t0774/unrelated.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0774/unrelated.scala')
-rw-r--r--test/files/pos/t0774/unrelated.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t0774/unrelated.scala b/test/files/pos/t0774/unrelated.scala
index 483f836d0c..1efdb2505e 100644
--- a/test/files/pos/t0774/unrelated.scala
+++ b/test/files/pos/t0774/unrelated.scala
@@ -1,8 +1,8 @@
object Outer {
import Inner._
-
+
deathname
-
+
object Inner {
def deathname: Int = 1
}