aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/source-dependencies/type-parameter/C.scala
blob: 505a83aa6155393d59b3fd3293dbc155fce296e4 (plain) (blame)
1
2
3
object C {
	new A[Int] {}
}