summaryrefslogtreecommitdiff
path: root/test/files/neg/bug712.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug712.scala')
-rw-r--r--test/files/neg/bug712.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug712.scala b/test/files/neg/bug712.scala
index 0887810c85..6f2627743f 100644
--- a/test/files/neg/bug712.scala
+++ b/test/files/neg/bug712.scala
@@ -14,6 +14,6 @@ trait B extends A {
def scope : Int;
}
implicit def coerceSym(sym : Symbol) : SymbolImpl;
- var s : Symbol = null;
+ var s : Symbol = _;
val s_scope = s.scope;
}