summaryrefslogtreecommitdiff
path: root/test/files/pos/t5084.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5084.scala')
-rw-r--r--test/files/pos/t5084.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t5084.scala b/test/files/pos/t5084.scala
index 58e18214de..17d0a68adf 100644
--- a/test/files/pos/t5084.scala
+++ b/test/files/pos/t5084.scala
@@ -1,5 +1,5 @@
case class Search(tpe: Search.Value)
object Search {
- object Value
+ type Value = String
}