summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/thistypes.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test-nsc/files/pos/thistypes.scala')
-rw-r--r--test-nsc/files/pos/thistypes.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test-nsc/files/pos/thistypes.scala b/test-nsc/files/pos/thistypes.scala
deleted file mode 100644
index 4a68ba3e65..0000000000
--- a/test-nsc/files/pos/thistypes.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-trait B {
- trait I {}
- def foo: B.this.I;
-}
-
-trait C extends B {
- def foo: C.this.I;
-} \ No newline at end of file