summaryrefslogtreecommitdiff
path: root/test/files/pos/t3938/UseParent.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3938/UseParent.scala')
-rw-r--r--test/files/pos/t3938/UseParent.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3938/UseParent.scala b/test/files/pos/t3938/UseParent.scala
index 3f4c2298d5..685d1a03a8 100644
--- a/test/files/pos/t3938/UseParent.scala
+++ b/test/files/pos/t3938/UseParent.scala
@@ -1,6 +1,6 @@
object UseParent {
classOf[Parent[AnyRef]#I2]
-
+
// OKAY
classOf[Parent[AnyRef]#I3]
classOf[Parent.I5]