From 92aca43426dd92332bb977e14c1b01f6ee9077a7 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Tue, 8 May 2012 00:24:22 +0200 Subject: test for SI-5521 --- test/pending/pos/t5521.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/pending/pos/t5521.scala (limited to 'test/pending') diff --git a/test/pending/pos/t5521.scala b/test/pending/pos/t5521.scala new file mode 100644 index 0000000000..dc025d0945 --- /dev/null +++ b/test/pending/pos/t5521.scala @@ -0,0 +1,3 @@ +class Foo { type Bar } + +class Quux(val foo: Foo)(val bar: foo.Bar) \ No newline at end of file -- cgit v1.2.3