summaryrefslogtreecommitdiff
path: root/test/files/pos/t7046-2/Test_2.scala
blob: 74e30a863d30ed9e441a7798a0982d4f9c95bc20 (plain) (blame)
1
2
3
4
5
6
7
8
9
package p1

sealed trait Base

object Test {
  val x = Macro.p1_Base_knownDirectSubclasses
}

case class B(val b: Test.x.type)