From dde13b56f421a6f956abebc58f041acec8744149 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Wed, 10 Aug 2016 09:30:49 +0100 Subject: Partial fix for SI-7046 --- test/files/pos/t7046-2/Test_2.scala | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/files/pos/t7046-2/Test_2.scala (limited to 'test/files/pos/t7046-2/Test_2.scala') diff --git a/test/files/pos/t7046-2/Test_2.scala b/test/files/pos/t7046-2/Test_2.scala new file mode 100644 index 0000000000..74e30a863d --- /dev/null +++ b/test/files/pos/t7046-2/Test_2.scala @@ -0,0 +1,9 @@ +package p1 + +sealed trait Base + +object Test { + val x = Macro.p1_Base_knownDirectSubclasses +} + +case class B(val b: Test.x.type) -- cgit v1.2.3