summaryrefslogtreecommitdiff
path: root/test/files/pos/thistypes.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/thistypes.scala')
-rw-r--r--test/files/pos/thistypes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/thistypes.scala b/test/files/pos/thistypes.scala
index 7319cc1ecb..26339e07c4 100644
--- a/test/files/pos/thistypes.scala
+++ b/test/files/pos/thistypes.scala
@@ -5,4 +5,4 @@ trait B {
trait C extends B {
def foo: C.this.I;
-}
+}