aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t4220.scala
blob: 280bb6dab43a404adf9698cb0a22942caed5855f (plain) (blame)
1
2
3
4
5
6
7
// don't know if our half-working sbt build is meaningfully
// tested for #4220 with this, but it can't hurt.
class Boo(a: Int = 0)

object test {
    class Boo
}