summaryrefslogtreecommitdiff
path: root/test/files/pos/t5240.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5240.scala')
-rw-r--r--test/files/pos/t5240.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t5240.scala b/test/files/pos/t5240.scala
index 2db689c27d..065d175f2f 100644
--- a/test/files/pos/t5240.scala
+++ b/test/files/pos/t5240.scala
@@ -5,7 +5,7 @@
package object foo {
-
+
var labels: Array[_ <: String] = null
-
+
}