summaryrefslogtreecommitdiff
path: root/test/files/run/t4859.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4859.scala')
-rw-r--r--test/files/run/t4859.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4859.scala b/test/files/run/t4859.scala
index 6d223f2179..3c20cea983 100644
--- a/test/files/run/t4859.scala
+++ b/test/files/run/t4859.scala
@@ -15,7 +15,7 @@ object Outer {
object Test {
def main(args: Array[String]) {
- Outer.Inner.i // we still don't initiialize Outer here (but should we?)
+ Outer.Inner.i // we still don't initialize Outer here (but should we?)
{println("About to reference Inner.i"); Outer}.Inner.i // Outer will be initialized.