summaryrefslogtreecommitdiff
path: root/test/files/run/t4753.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4753.scala')
-rw-r--r--test/files/run/t4753.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4753.scala b/test/files/run/t4753.scala
index cfb252cbe5..98f3e92678 100644
--- a/test/files/run/t4753.scala
+++ b/test/files/run/t4753.scala
@@ -1,4 +1,4 @@
-trait A {
+trait A {
val actualType: Class[_]
}
trait B extends A {