summaryrefslogtreecommitdiff
path: root/test/files/run/t3038d.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3038d.scala')
-rw-r--r--test/files/run/t3038d.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3038d.scala b/test/files/run/t3038d.scala
index 9550165235..56cfcdb174 100644
--- a/test/files/run/t3038d.scala
+++ b/test/files/run/t3038d.scala
@@ -21,7 +21,7 @@ class Bar extends Foo with Serializable {
def size = a
@transient var second: Any = null
- def checkMember { first }
+ def checkMember { if (first == null) print("") }
private def writeObject(out: java.io.ObjectOutputStream) {
serializeTo(out)