summaryrefslogblamecommitdiff
path: root/test/files/pos/t4220.scala
blob: 98f2649767a4d45a662686aae8bb78f19e0d5ce1 (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
}