summaryrefslogtreecommitdiff
path: root/test/files/pos/t8177.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t8177.scala')
-rw-r--r--test/files/pos/t8177.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t8177.scala b/test/files/pos/t8177.scala
index 9bdf80b1bb..fe265f8d0a 100644
--- a/test/files/pos/t8177.scala
+++ b/test/files/pos/t8177.scala
@@ -1,3 +1,4 @@
+// exercise coevolveSym: SingleType with an underlying RefinedType
trait Thing { type A }
object IntThing extends Thing { type A = Int }