aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/source-dependencies/new-cyclic/changes/A2.scala
blob: c530efeb4ce31527e6c1e70679cf8c5fee58de6d (plain) (blame)
1
trait A { val x = (new B).y }