From 9ab44e5b8c934d5bed0efab7aebb10135d21ca30 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 12 Mar 2003 13:39:16 +0000 Subject: *** empty log message *** --- test/files/pos/thistypes.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/files/pos/thistypes.scala (limited to 'test/files/pos/thistypes.scala') diff --git a/test/files/pos/thistypes.scala b/test/files/pos/thistypes.scala new file mode 100644 index 0000000000..4a68ba3e65 --- /dev/null +++ b/test/files/pos/thistypes.scala @@ -0,0 +1,8 @@ +trait B { + trait I {} + def foo: B.this.I; +} + +trait C extends B { + def foo: C.this.I; +} \ No newline at end of file -- cgit v1.2.3