summaryrefslogtreecommitdiff
path: root/test/files/run/t5428.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5428.scala')
-rw-r--r--test/files/run/t5428.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5428.scala b/test/files/run/t5428.scala
index 106bb7fc31..fb58cbbe24 100644
--- a/test/files/run/t5428.scala
+++ b/test/files/run/t5428.scala
@@ -23,7 +23,7 @@ object Test {
println(a)
- a pop
+ a.pop
}
}