aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/type-alias/A.scala
blob: c0c8794a75b738be6284852c6be3e4ad78c9891a (plain) (blame)
1
2
3
4
object A {
  type X = Option[Int]
}