summaryrefslogblamecommitdiff
path: root/test/files/pos/t4220.scala
blob: 8fb999e345fe1b98b227bd9308d3a8931e2cda88 (plain) (tree)
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
}