summaryrefslogtreecommitdiff
path: root/test/files/run/t4110.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4110.scala')
-rw-r--r--test/files/run/t4110.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4110.scala b/test/files/run/t4110.scala
index a42646ce52..4bd377b73e 100644
--- a/test/files/run/t4110.scala
+++ b/test/files/run/t4110.scala
@@ -3,7 +3,7 @@ object Test extends App {
trait A
trait B
-
+
inferredType(new A with B)
val name = new A with B